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
8
.env.example
Normal file
8
.env.example
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
#
|
||||
# This environment file sets variables for the development
|
||||
# Database specifics are set in the docker-compose file and the ORIGIN is not required for local development
|
||||
#
|
||||
|
||||
# prisma database url
|
||||
DATABASE_URL="postgresql://prisma:prisma@localhost:5432/finances?schema=public"
|
Loading…
Add table
Add a link
Reference in a new issue