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
Output will be similar to the next snippet. The utility will try to provide some background information if some needed environment variable is missing or wrongly set (ex: `MERGIN_BASE_URL`)
151
151
152
152
```shell
153
-
# Server health check
154
-
155
-
Mergin Maps edition: Enterprise Edition
156
-
Mergin Maps version: 2025.2.0
157
-
Error: No base URL set. Please set MERGIN_BASE_URL environment variable
158
-
Error: No contact email set. Please set CONTACT_EMAIL environment variable
159
-
Database initialized properly
160
-
Celery running properly
153
+
# Server health check
154
+
155
+
Mergin Maps edition: Enterprise Edition
156
+
Mergin Maps version: 2025.2.0
157
+
Error: No base URL set. Please set MERGIN_BASE_URL environment variable
158
+
Error: No contact email set. Please set CONTACT_EMAIL environment variable
For <EnterprisePlatformNameLink /> a complementary step needs to be made for the `overviews` mounted folder that enables [Webmaps](https://merginmaps.com/docs/manage/dashboard-maps/) on the platform.
0 commit comments