You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
677 B
24 lines
677 B
# .env.example — server-connection (monorepo index) |
|
# Copy ke .env per sub-app — lihat path masing-masing |
|
|
|
# --- geonet-console (production) --- |
|
# File: geonet-console/.env.example |
|
CONSOLE_APP_URL=https://console.gisportal.id |
|
CONSOLE_API_BASE=https://console.gisportal.id/api/v1 |
|
|
|
# --- Shared infra --- |
|
LDAP_HOST=10.100.1.40 |
|
LDAP_PORT=389 |
|
DB_HOST_PG=10.100.1.25 |
|
REVERSE_PROXY_HOST=10.100.1.24 |
|
QNAP_OSS_HOST=file.gisportal.id |
|
|
|
# --- Zammad integration --- |
|
ZAMMAD_API_URL=https://zammad.gisportal.id |
|
ZAMMAD_API_TOKEN= |
|
|
|
# --- Mailcow (feedback email) --- |
|
MAILCOW_IMAP_HOST=sync.geonet.co.id |
|
MAILCOW_IMAP_PORT=993 |
|
|
|
# Docs: docs/system-requirements.md | docs/guide/migration.md
|
|
|