Files
SMSAPI/config/production.json
2022-02-13 06:31:11 +00:00

32 lines
777 B
JSON

{
"production": {
"name": "Paylid SMS API - Production Mode",
"port": 4300,
"mode": "production",
"protocol": "http",
"serverUrl": "",
"serverUrlWebUrlLink": "",
"database": {
"port": 5432,
"host": "localhost",
"user": "iras",
"password": "iras",
"database": "iras"
},
"email": {
"host": "smtp.gmail.com",
"port": "587",
"username": "support@paylid.com",
"password": "may12002"
},
"clickatell": {
"phone_from": "12014925256",
"base_url": "https://api.clickatell.com/rest",
"api_key": "cZcCI12HIYIWa5SXZfYcSFTsFNKh5uw1yn3YXoct38cS54qON2xEJDxEajCPxUDKekKRE2sN9bRT3o.S"
},
"middleware": {
"enabled": true,
"secret": "secret"
}
}
}