mirror of
https://github.com/fccapria/scientify.git
synced 2026-01-12 02:36:10 +00:00
Initial release
This commit is contained in:
commit
ae5e4b8873
52 changed files with 17572 additions and 0 deletions
8
backend/.env
Normal file
8
backend/.env
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
POSTGRES_USER=scientify_user
|
||||
POSTGRES_PASSWORD=scientify_pass
|
||||
POSTGRES_DB=scientify_db
|
||||
POSTGRES_HOST=db
|
||||
POSTGRES_PORT=5432
|
||||
|
||||
# Database URL for local development with Docker
|
||||
DATABASE_URL=postgresql+asyncpg://scientify_user:scientify_pass@db:5432/scientify_db
|
||||
Loading…
Add table
Add a link
Reference in a new issue