N-FIN-45: add README content

This commit is contained in:
Markus Thielker 2024-03-24 20:17:14 +01:00
parent 51902d779e
commit 25e85f68ed
No known key found for this signature in database
3 changed files with 86 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# database configuration
DB_USER="db_user"
DB_PASSWORD="db_password"
# prisma database url
DATABASE_URL="postgresql://$DB_USER:$DB_PASSWORD@postgres:5432/finances?schema=public"
APPLICATION_DOMAIN="finances.thielker.xyz"
COOKIE_DOMAIN="$APPLICATION_DOMAIN"
ORIGIN="https://$APPLICATION_DOMAIN"