You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/env-variables.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@ weight: 6
6
6
7
7
# Environment variables
8
8
Configuration via environment variables could be used in docker containers, also when using npm package. NPM package supports .env files.
9
-
* [dbgate-serve](https://www.npmjs.com/package/dbgate-serve) - NPM package for Community edition
10
-
* [dbgate-serve-premium](https://www.npmjs.com/package/dbgate-serve-premium) - NPM package for Premium edition
11
-
* [dbgate/dbgate](https://hub.docker.com/r/dbgate/dbgate) - Docker image for Community edition
12
-
* [dbgate/dbgate-premium](https://hub.docker.com/r/dbgate/dbgate-premium) - Docker image for Premium edition
9
+
*[dbgate-serve](https://www.npmjs.com/package/dbgate-serve) - NPM package for Community edition
10
+
*[dbgate-serve-premium](https://www.npmjs.com/package/dbgate-serve-premium) - NPM package for Premium edition
11
+
*[dbgate/dbgate](https://hub.docker.com/r/dbgate/dbgate) - Docker image for Community edition
12
+
*[dbgate/dbgate-premium](https://hub.docker.com/r/dbgate/dbgate-premium) - Docker image for Premium edition
13
13
14
14
## Premium vs Community edition
15
15
Community (FOSS) edition uses only configuration from environment variables listed below. Premium edition uses database storage for settings with [administration UI](/features/administration), only few basic settings are configured with env variables.
0 commit comments