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

32 lines
802 B
JSON

{
"dev": {
"name": "Paylid SMS API - Development Mode",
"port": 4100,
"mode": "development",
"protocol": "http",
"serverUrl": "localhost",
"serverUrlWebUrlLink": "localhost:4200/",
"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"
}
}
}