Updated Environment Variables (markdown)

master
Hunter Long 2020-04-14 08:43:23 -07:00
parent 89ffa606d7
commit f503d02646
1 changed files with 2 additions and 2 deletions

@ -18,7 +18,7 @@ This page will list all environment variables that could be passed into Statping
- `DB_PASS` - Database password
- `DB_PORT` - Database port (5432, 3306, ...)
- `DB_DATABASE` - Database connection's database name
- `POSTGRES_SSLMODE` - Enable Postgres SSL Mode 'ssl_mode=VALUE' (enable/disable/verify-full/verify-ca)
- `POSTGRES_SSLMODE` - Enable [Postgres SSL Mode](https://www.postgresql.org/docs/9.1/libpq-ssl.html) 'ssl_mode=VALUE' (enable/disable/verify-full/verify-ca)
- `MAX_OPEN_CONN` - Set [Maximum Open Connections](https://golang.org/pkg/database/sql/#DB.SetMaxOpenConns) for database server (default: 25)
- `MAX_IDLE_CONN` - Set [Maximum Idle Connections](https://golang.org/pkg/database/sql/#DB.SetMaxIdleConns) for database server (default: 25)
- `MAX_LIFE_CONN` - Set [Maximum Life Connections](https://golang.org/pkg/database/sql/#DB.SetConnMaxLifetime) for database server (default: 25)
@ -31,7 +31,7 @@ This page will list all environment variables that could be passed into Statping
- `AUTH_PASSWORD` - HTTP Basic Authentication password
### Assets
- `SASS` - Set the absolute path to the [sass](](https://sass-lang.com/) binary location (find with `which sass`)
- `SASS` - Set the absolute path to the [sass](https://sass-lang.com/) binary location (find with `which sass`)
- `USE_ASSETS` - Automatically use assets from 'assets folder' (true/false)
### Automatic Fills