mirror of https://github.com/statping/statping
Updated Config with .env File (markdown)
parent
adac62d251
commit
5dc9cb0fbd
|
@ -2,7 +2,7 @@ It may be useful to load your environment using a `.env` file in the root direct
|
||||||
|
|
||||||
If you have the `DB_CONN` environment variable set Statup will bypass all values in config.yml and will require you to have the other DB_* variables in place.
|
If you have the `DB_CONN` environment variable set Statup will bypass all values in config.yml and will require you to have the other DB_* variables in place.
|
||||||
|
|
||||||
###### `.env` File
|
## `.env` File
|
||||||
```bash
|
```bash
|
||||||
DB_CONN=postgres
|
DB_CONN=postgres
|
||||||
DB_HOST=0.0.0.0
|
DB_HOST=0.0.0.0
|
||||||
|
|
Loading…
Reference in New Issue