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: src/server/environment/index.md
+24-11
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,19 @@
1
+
---
2
+
prev:
3
+
text: 'Administer'
4
+
link: '../administer/'
5
+
6
+
next:
7
+
text: 'Administration Panel'
8
+
link: '../dashboard/'
9
+
---
10
+
1
11
# Configure environment
2
12
13
+
3
14
There are several application settings which can be changed via <GitHubRepodesc="enterprise edition config variables"id="MerginMaps/server/blob/master/deployment/enterprise/.env.template" /> or <GitHubRepodesc="community edition config variables"id="MerginMaps/server/blob/master/deployment/enterprise/.env.template" />. Some of them have defaults and some of them need to be modified, particularly those with required placeholders (marked with ⭐️ below).
4
15
5
-
####Server basics
16
+
## Server basics
6
17
Variables marked with star ⭐️ need to be modified for production use.
7
18
8
19
| Variable name | Type | Default | Description |
@@ -12,7 +23,7 @@ Variables marked with star ⭐️ need to be modified for production use.
|`BROKER_URL`|string|`redis://merginmaps-redis:6379/0`| Connection details to celery message broker. If non-default, it should match definition in `docker-compose` file. |
127
138
|`CELERY_RESULT_BACKEND`|string|`redis://merginmaps-redis:6379/0`| Connection details to celery result back-end broker. If non-default, it should match definition in `docker-compose` file. |
128
139
129
-
####WebMaps
140
+
## WebMaps
130
141
<ServerTypetype="EE" />
131
142
132
143
| Variable name | Type | Default | Description |
@@ -139,4 +150,6 @@ Mergin Maps is using Celery and Redis to perform asynchronous tasks or doing reg
139
150
Your webmaps won’t display the default background map unless we enable them on our side. To do that, please [contact our support team](mailto:[email protected]?subject=Enable%20default%20background%20maps%20on%20Enterprise%20server&body=Dear%20support%2C%0A%0AI%27d%20like%20to%20request%20enabling%20background%20maps%20for%20our%20Enterprise%20edition%20server.%20%0AThe%20server%20is%20hosted%20at%3A%20%3Curl%3E) and share your server’s URL.
140
151
141
152
Alternatively, you can set up your own background map.
0 commit comments