refact: renamed server to backend
This commit is contained in:
parent
8dc085c6a0
commit
f4a96db942
10 changed files with 58 additions and 29 deletions
6
modules/backend/config.toml
Normal file
6
modules/backend/config.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
LogLevel="Info"
|
||||
DbHost=${POSTGRES_HOST}
|
||||
DbPort=${POSTGRES_PORT}
|
||||
DbUser="${POSTGRES_USER}"
|
||||
DbPassword="${POSTGRES_PASSWORD}"
|
||||
DbName=${POSTGRES_DB}
|
||||
Loading…
Add table
Add a link
Reference in a new issue