Initial source code import
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user