Files
elo/.dev/.env
Matthew Kaminski 5cb67786bf
Some checks are pending
Build Crate / build (push) Waiting to run
Add initial database schema and references
Also look into users a bit
2024-08-14 01:20:48 -04:00

5 lines
108 B
Bash

POSTGRES_DB=elo_app
POSTGRES_USER=elo
POSTGRES_PASSWORD=elo
DATABASE_URL=postgres://elo:elo@db:5432/elo_app