fix: move all hardcoded secrets to .env files and create examples
This commit is contained in:
parent
11b7c14dc7
commit
7cfd2dd352
8 changed files with 16 additions and 15 deletions
3
lora-gateway/configuration/postgresql/.env.example
Normal file
3
lora-gateway/configuration/postgresql/.env.example
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
POSTGRES_USER=chirpstack
|
||||
POSTGRES_PASSWORD=chirpstack
|
||||
POSTGRES_DB=chirpstack
|
||||
Loading…
Add table
Add a link
Reference in a new issue