Files
2019-05-25 23:11:05 -04:00

77 lines
1.3 KiB
Plaintext

# MOBIDELIV API configuration file
version = "1.0";
system:
{
live = "0";
base_url = "http://oameye.works.mobideliv.com/";
profile_picture_bad ="\\192.168.2.155\mobideliv\TEST\profile";
profile_picture ="/opt/mobideliv/TEST/profile";
profile_picture_width = "450";
profile_picture_height = "450";
profile_picture_size = "51200";
};
database:
{
host = "127.0.0.1";
name = "kleen";
user = "kleen";
pass = "kleen001!";
port = 5432;
};
database_old:
{
host = "127.0.0.1";
name = "mobideliv";
user = "mobideliv";
pass = "mobideliv";
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@mobideliv.com,ameye@fluxtra.net";
topupemail = "ses66181@gmail.com,ameye@chiefsoft.com";
};