mirror of
https://codeberg.org/MarkusThielker/finances.git
synced 2025-07-01 11:09:18 +00:00
N-FIN-45: add README content
This commit is contained in:
parent
51902d779e
commit
25e85f68ed
3 changed files with 86 additions and 0 deletions
11
docker/finances-prod/.env.example
Normal file
11
docker/finances-prod/.env.example
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue