9 lines
189 B
Bash
9 lines
189 B
Bash
PGHOST=database-host
|
|
PGPORT=5432
|
|
PGUSER=topology_reader_writer
|
|
PGPASSWORD=replace-me
|
|
TOPO_DATABASE=ksp_wiki_topology
|
|
|
|
# NAS host port mapped to container port 8080.
|
|
TOPOLOGY_API_PORT=38080
|