Skip to content

Commit f9201c3

Browse files
author
SPRINX0\prochazka
committed
env variables
1 parent a542b4a commit f9201c3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

content/docs/env-variables.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,21 @@ These variables are available only in Premium edition.
2929
* ADMIN_PASSWORD - password for administrator. Administration is available on URL https://dbgate_url/admin.html. If password is not defined and STORAGE_DATABASE is defined, DbGate asks for admin password at first.
3030
* DBGATE_LICENSE - license key for DbGate. Please contact [email protected] for trial license. If not defined, DbGate Premium asks for license at first. DbGate Community doesn't require any license.
3131

32+
### Additional connetion params of storage connection
33+
* STORAGE_SOCKET_PATH - socket path for storage connection
34+
* STORAGE_DATABASE_URL - database URL for storage connection
35+
* STORAGE_AUTH_TYPE - authentication type for storage connection. Values are the same as for AUTH_TYPE_xxx variable
36+
* STORAGE_USE_SSL - set value 1 or true, when SSL should be used
37+
* STORAGE_KEY_FILE - path to key file
38+
* STORAGE_KEY_FILE_PASSWORD - key file passphrase
39+
* STORAGE_SSL_CA_FILE - path to CA Cert file
40+
* STORAGE_SSL_CERT_FILE - path to certificate file
41+
* STORAGE_SSL_CERT_FILE_PASSWORD - certificate key file password
42+
* STORAGE_SSL_KEY_FILE - path to key file
43+
* STORAGE_SSL_KEY_FILE_PASSWORD - key file passphrase
44+
* STORAGE_SSL_REJECT_UNAUTHORIZED - set value 1 or true if reject unauthorized connections
45+
* STORAGE_SSL_TRUST_SERVER_CERTIFICATE - set value 1 or true for setting trustServerCertificate MSSQL option
46+
3247
The following variables are available in both Community and Premium edition. However, in Premium edition, prefered way is to use storage database and use administration UI for configuration.
3348

3449
## Web & permission configuration

0 commit comments

Comments
 (0)