-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCONFIG-EXAMPLE.yaml
More file actions
37 lines (30 loc) · 1.18 KB
/
CONFIG-EXAMPLE.yaml
File metadata and controls
37 lines (30 loc) · 1.18 KB
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
# config-example.yaml
# ------------------------------------------------
# This file defines storage locations and any
# front-page "readme" material in markdown
# --- STORAGE ----------------------
# **Local/network mounts only: no http URLs here**
# Each key defines a starting point in the local filesystem.
# (if no config is found, the current working folder is shared)
storage:
data:
path: '/data'
description: 'Local data from this server'
# --- ZONAL GEOJSON BOUNDARIES ---
# You can supply your own GeoJSON-format boundary files here.
# Specify the filename, the field containg the zone 'id',
# and the matrix sizes that map to these boundaries.
# Supply as many as you like with different key names.
#zones:
# MY_ZONES:
# file: './myboundaries.geojson.gz'
# lookup: 'TAZ'
# sizes: 1500,2000
# --- FRONT-PAGE TEXT -------------
tagline: 'Transport simulation data visualizer'
# Optional readme can be either a .md markdown filename,
# or you can put markdown text directly in this file with "readme: |"
# readme: |
# Welcome to SimWrapper on Docker
# ========================
# - This is running inside a container. Edit CONFIG-DOCKER.yaml to remove this message!