Blame view
server/datasources.json
532 Bytes
f7563de62
|
1 2 3 4 |
{ "db": { "host": "localhost", "port": 3306, |
b6c3c29f2
|
5 6 |
"database": "startup_app", "password": "startup_app", |
f7563de62
|
7 8 |
"name": "db", "connector": "mysql", |
b6c3c29f2
|
9 |
"user": "startup_app" |
f7563de62
|
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
}, "email": { "name": "email", "defaultForType": "mail", "connector": "mail", "transports": [ { "type": "SMTP", "host": "smtp.gmail.com", "secure": true, "port": 465, "auth": { "user": "test@viithiisys.com", "pass": "password!@#" } } ] } } |