notes. rollup cpature.
This commit is contained in:
25
GEOCoder/GISGraphy-App/.env
Normal file
25
GEOCoder/GISGraphy-App/.env
Normal file
@@ -0,0 +1,25 @@
|
||||
# Gisgraphy Docker Compose Environment Variables
|
||||
|
||||
# IMPORTANT: Change these paths and ports for your environment!
|
||||
# Data Directory Configuration - CUSTOMIZE THIS PATH
|
||||
GISGRAPHY_DATA_DIR=/home/localuser/KNELDevStack-CDS/docker-data/GIS/gisgraphy
|
||||
|
||||
# Port Configuration - CUSTOMIZE THESE PORTS
|
||||
GISGRAPHY_WEB_PORT=12001
|
||||
GISGRAPHY_API_PORT=12002
|
||||
|
||||
# PostgreSQL Configuration
|
||||
POSTGRES_PASSWORD=gisgraphy123
|
||||
|
||||
# Gisgraphy Configuration
|
||||
GISGRAPHY_HOST=localhost
|
||||
|
||||
# Java Configuration (adjust based on your system resources)
|
||||
JAVA_OPTS=-Xmx2g -Xms1g
|
||||
|
||||
# Optional: Custom hostname for the container
|
||||
CONTAINER_HOSTNAME=gisgraphy.local
|
||||
|
||||
# Data Import Configuration (if using premium dumps)
|
||||
# IMPORT_DATA=true
|
||||
# DUMP_PATH=/opt/dumps
|
Reference in New Issue
Block a user