Merge pull request #36 from MealCraft/feature/stripe

namespace
This commit is contained in:
Jun-te Kim 2026-01-21 23:41:03 +00:00 committed by GitHub
commit 963eb892da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"