Switch to environment variables for database url
Signed-off-by: trivernis <trivernis@protonmail.com>pull/4/head
parent
623fd9e593
commit
13578d8c9b
@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "postgres",
|
|
||||||
"host": "127.17.42.1",
|
|
||||||
"port": 5432,
|
|
||||||
"username": "apollo",
|
|
||||||
"database": "apollo_test",
|
|
||||||
"synchronize": true,
|
|
||||||
"logging": false,
|
|
||||||
"entities": [
|
|
||||||
"dist/model/**/*.js"
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue