Files
MermsEmrWeb/mermsemr/etc/mermsemr_api.conf
T
2019-02-22 03:42:28 +00:00

68 lines
1.2 KiB
Plaintext

# MERMSEMR API configuration file
version = "1.0";
system:
{
live = "0";
base_url = "http://oameye.works.mermsemr.com/";
profile_picture_bad ="\\192.168.2.155\mermsemr\TEST\profile";
profile_picture ="/opt/mermsemr/TEST/profile";
profile_picture_width = "450";
profile_picture_height = "450";
profile_picture_size = "51200";
};
database:
{
host = "127.0.0.1";
name = "mermsemr_dev";
user = "mermsemr";
pass = "mermsemr";
port = 5432;
};
mailsend:
{
from = "support@kleenapp.co";
server = "smtpout.secureserver.net";
domain = "kleenapp.com";
user = "support@kleenapp.co";
pass = "Kle@nAp1!";
name = "Kleen Demo Support";
};
mailsendOLD:
{
from = "support@wrenchboard.com";
server = "smtp.gmail.com";
domain = "kleenapp.com";
user = "support@wrenchboard.com";
pass = "may12002!";
name = "Kleen Demo Support";
};
stripe:
{
publishable_key = "pk_test_X7TylEk9BkZCarcj0FyKRYXc";
secret_key = "sk_test_MA2ltfGlT70Nu7uWlmHowBRB";
};
alerts:
{
system = "ses66181@gmail.com,ameye@chiefsoft.com";
request = "ses66181@gmail.com";
account = "ses66181@gmail.com";
};
transnotif:
{
contact = "ses66181@gmail.com,support@mermsemr.com,ameye@fluxtra.net";
topupemail = "ses66181@gmail.com,ameye@chiefsoft.com";
};