Updated Environment Variables (markdown)

master
Hunter Long 2020-04-14 08:35:41 -07:00
parent 6595164006
commit 8f0ab646a5
1 changed files with 1 additions and 1 deletions

@ -12,7 +12,7 @@ This page will list all environment variables that could be passed into Statping
- `ALLOW_REPORTS` - Send Statping anonymous error reports so we can see issues (default is false) - `ALLOW_REPORTS` - Send Statping anonymous error reports so we can see issues (default is false)
### Database ### Database
- `DB_CONN` - Automatic Database connection (sqlite, postgres, mysql) **Will automatically start if set to 'sqlite'** - `DB_CONN` - Database connection (sqlite, postgres, mysql) **Will automatically start if set to 'sqlite'**
- `DB_HOST` - Database hostname or IP address - `DB_HOST` - Database hostname or IP address
- `DB_USER` - Database username - `DB_USER` - Database username
- `DB_PASS` - Database password - `DB_PASS` - Database password