46: Make it possible to launch fixturenet with or without the statediff DB. (#59)

* 46: Make it possible to launch fixturenet with or without the statediff DB.

* Require the hostname as well.
This commit is contained in:
2022-12-06 17:17:24 -06:00
committed by GitHub
parent bd9aaebe3d
commit 32edd7aea7
4 changed files with 28 additions and 3 deletions
+1
View File
@@ -17,3 +17,4 @@ CERC_STATEDIFF_DB_PORT=5432
CERC_STATEDIFF_DB_NAME="cerc_testing"
CERC_STATEDIFF_DB_USER="vdbm"
CERC_STATEDIFF_DB_PASSWORD="password"
CERC_STATEDIFF_DB_GOOSE_MIN_VER=23