a241dfc0c0
It is possible to rename the default db in a postgres container instance via an env variable. This renders the initdb script useless. The only shortcoming is that the app now uses the db root user which is not ideal but its fine for a dev environment.
13 lines
164 B
Plaintext
13 lines
164 B
Plaintext
.circleci
|
|
**/node_modules
|
|
**/dist
|
|
test-queries
|
|
.editorconfig
|
|
Contributing.md
|
|
ISSUE_TEMPLATE.md
|
|
lerna.json
|
|
**/.env
|
|
.env.example
|
|
.eslintrc.json
|
|
.mocharc.js
|
|
readme.md |