16 lines
570 B
JSON
16 lines
570 B
JSON
{
|
|
"mongo-host": "ds119422.mlab.com",
|
|
"mongo-port": 19422,
|
|
"mongo-databaseName": "heroku_bcmprc4k",
|
|
"mongo-username": "akash",
|
|
"mongo-password": "123wheel",
|
|
"mongo-authenticationAuthtype": "SCRAM-SHA-1",
|
|
"mongo-sslAuthtype": "No SSL",
|
|
"postgres-host": "postgres-test-db.cz8diybf9wdj.ap-south-1.rds.amazonaws.com",
|
|
"postgres-port": 5432,
|
|
"postgres-databaseName": "fakeapi",
|
|
"postgres-username": "postgres",
|
|
"postgres-password": "Appsmith2019#",
|
|
"restapi-url": "https://my-json-server.typicode.com/typicode/demo/posts"
|
|
}
|