commit
963eb892da
1 changed files with 4 additions and 4 deletions
8
db/.env
8
db/.env
|
|
@ -1,8 +1,8 @@
|
|||
# Dev Stripe-to-invoice
|
||||
# postgres-dev.dev.svc.cluster.local
|
||||
DEV_POSTGRES_USER=postgres
|
||||
DEV_POSTGRES_PASSWORD=averysecretpasswordPersonAppleWinter938
|
||||
DEV_POSTGRES_USER="postgres"
|
||||
DEV_POSTGRES_PASSWORD="averysecretpasswordPersonAppleWinter938"
|
||||
|
||||
# Prod Stripe-to-invoice
|
||||
PROD_POSTGRES_USER=postgres
|
||||
PROD_POSTGRES_PASSWORD=productionPassword1142M@ke!tH@rd2Br3akWith$ymb0ls
|
||||
PROD_POSTGRES_USER="postgres"
|
||||
PROD_POSTGRES_PASSWORD="productionPassword1142M@ke!tH@rd2Br3akWith$ymb0ls"
|
||||
Loading…
Add table
Reference in a new issue