Files
jubaboxweb/jubabox/etc/jubabox_api.conf
T
2019-10-02 10:48:28 -04:00

59 lines
1.0 KiB
Plaintext

# JUBABOX API configuration file
version = "1.0";
system:
{
live = "0";
base_url = "http://oameye.works.jubabox.com/";
profile_picture_bad ="\\192.168.2.155\jubabox\TEST\profile";
profile_picture ="/opt/jubabox/TEST/profile";
profile_picture_width = "450";
profile_picture_height = "450";
profile_picture_size = "51200";
};
database:
{
host = "127.0.0.1";
name = "jubabox";
user = "jubabox";
pass = "jubabox001";
port = 5432;
};
mailsend:
{
from = "savvy@chiefsoft.com";
server = "smtp.google.com";
domain = "chiefsoft.com";
user = "savvy@chiefsoft.com";
pass = "may12002!";
name = "Jubabox Beta";
};
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@jubabox.com,ameye@fluxtra.net";
topupemail = "ses66181@gmail.com,ameye@chiefsoft.com";
};