generated from phundrak/rust-poem-openapi-template
Initial commit
This commit is contained in:
6
.env.example
Normal file
6
.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
DB_NAME=daily-aujourdhui-backend
|
||||
DB_USER=dev
|
||||
DB_PASSWORD=password
|
||||
DATABASE_URL=postgresql://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}
|
||||
Reference in New Issue
Block a user