This commit is contained in:
Olusesan Ameye
2021-01-30 19:41:34 -05:00
parent 440ee62ae2
commit 645825eca3
25 changed files with 501 additions and 392 deletions
+5 -4
View File
@@ -14,7 +14,8 @@ system:
database:
{
host = "127.0.0.1";
hostold = "127.0.0.1";
host = "10.20.30.60";
name = "mermsemr_dev";
user = "mermsemr";
pass = "mermsemr";
@@ -23,11 +24,11 @@ database:
mailsend:
{
from = "savvy@chiefsoft.com";
from = "test@wrenchboard.com";
server = "smtp.gmail.com";
domain = "mermsemr.com";
user = "savvy@chiefsoft.com";
pass = "may12002!";
user = "test@wrenchboard.com";
pass = "Jf6acQBAwXdf7bUr";
name = "MERMS EHR";
};