diff --git a/Environment-Variables.md b/Environment-Variables.md index 669dc83..1695462 100644 --- a/Environment-Variables.md +++ b/Environment-Variables.md @@ -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