Add docker compose files & Fix routes
This commit is contained in:
6
example.env
Normal file
6
example.env
Normal file
@ -0,0 +1,6 @@
|
||||
POSTGRES_DB=server-db
|
||||
POSTGRES_USER=axum-user
|
||||
POSTGRES_PASSWORD=my-cool-pass
|
||||
POSTGRES_PORT=5432
|
||||
POSTGRES_HOST=localhost
|
||||
DATABASE_URL=postgres://axum-user:my-cool-pass@localhost:5432/server-db
|
||||
Reference in New Issue
Block a user