From 14c9ffa58a0b3242d896722456a5cb15c8d55318 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Tue, 15 Sep 2020 23:46:13 -0700 Subject: [PATCH] Updated Environment Variables (markdown) --- Environment-Variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Environment-Variables.md b/Environment-Variables.md index 4e57766..a3c7b2d 100644 --- a/Environment-Variables.md +++ b/Environment-Variables.md @@ -27,7 +27,7 @@ With LetsEncrypt enabled, Statping will run through the SSL process and create t - `DB_PORT` - Database port (5432, 3306, ...) - `DB_DATABASE` - Database connection's database name - `DB_DSN` - Database DSN string ([postgres](https://www.php.net/manual/en/ref.pdo-pgsql.connection.php), [mysql](https://github.com/go-sql-driver/mysql#dsn-data-source-name), [sqlite](https://www.sqlite.org/inmemorydb.html)) -- `READ_ONLY` - Run in a read only mode, this will not create, update, or delete records +- `READ_ONLY` - Run in a read only mode, this will not create, update, or delete records (false) - `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)