Renamed directories
This commit is contained in:
9
.env.TEMPLATE
Normal file
9
.env.TEMPLATE
Normal file
@@ -0,0 +1,9 @@
|
||||
RUST_LOG=debug,actix=warn,diesel_migrations=warn,reqwest=warn,hyper=warn
|
||||
DATABASE_CONTAINER=weather-db
|
||||
DATABASE_HOST=db
|
||||
DATABASE_USER=
|
||||
DATABASE_PASSWORD=
|
||||
DATABASE_NAME=weather
|
||||
DATABASE_PORT=5432
|
||||
SERVICE_HOST=localhost
|
||||
SERVICE_PORT=5000
|
||||
Reference in New Issue
Block a user