Files
2022-02-13 06:31:11 +00:00

32 lines
772 B
JSON

{
"staging": {
"name": "Project Name - Staging Mode",
"port": 4500,
"mode": "staging",
"protocol": "http",
"serverUrl": "",
"serverUrlWebUrlLink": "",
"database": {
"port": 5432,
"host": "localhost",
"user": "iras",
"password": "iras",
"database": "iras"
},
"email": {
"host": "smtp.gmail.com",
"port": "587",
"username": "support_test2@paylid.com",
"password": "may12002"
},
"clickatell": {
"phone_from": "12014925256",
"base_url": "https://api.clickatell.com/rest",
"api_key": "cZcCI12HIYIWa5SXZfYcSFTsFNKh5uw1yn3YXoct38cS54qON2xEJDxEajCPxUDKekKRE2sN9bRT3o.S"
},
"middleware": {
"enabled": true,
"secret": "secret"
}
}
}