-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path.env.template
37 lines (30 loc) · 1.49 KB
/
.env.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copy this file and store it as ".env" and fill in the required environment variables.
DEBUG_TRACEBACK=False
POSTGRES_HOST=localhost
POSTGRES_PORT=5431
POSTGRES_DB=db
POSTGRES_USER=postgres
POSTGRES_PASSWORD=
MESSAGE_BROKER_HOST=localhost
GEOSERVER_HOST=http://localhost
GEOSERVER_PORT=8088
GEOSERVER_ADMIN_NAME=admin
GEOSERVER_ADMIN_PASSWORD=geoserver
WWW_HOST=http://localhost
WWW_PORT=8080
CESIUM_ACCESS_TOKEN=
# for NewZeaLiDAR
# directory name for source LiDAR data from OpenTopography, parent dir is DATA_DIR
LIDAR_DIR=lidar
# directory name for output hydrological conditioned DEM data processed by GeoFabrics, parent dir is DATA_DIR
DEM_DIR=hydro_dem
# land polygon required by GeoFabrics, the parent dir is DATA_DIR, if you don't use GeoFabrics package, you can leave it blank
LAND_FILE=
# base instructions dictionary for NewZeaLiDAR (and GeoFabrics, if needed), indispensable input file, the parent dir is project root dir
INSTRUCTIONS_FILE=./instructions.json
# The following variables are used only for local development and debugging.
# See the wiki for instuctions on how to use them. <https://github.com/GeospatialResearch/Digital-Twins/wiki/Running-the-code-in-development-environment>
DATA_DIR=U:/Research/FloodRiskResearch/DigitalTwin/stored_data
DATA_DIR_MODEL_OUTPUT=U:/Research/FloodRiskResearch/DigitalTwin/stored_data/model_output
DATA_DIR_GEOSERVER=U:/Research/FloodRiskResearch/DigitalTwin/stored_data/geoserver
FLOOD_MODEL_DIR=U:/Research/FloodRiskResearch/DigitalTwin/BG-Flood/BG_Flood_v0-9