Commit 5f92fd29d299eff7bd01f125b98ef56dcfa3429e
1 parent
533a5d00
Fixed default values for demo and system creation
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -11,5 +11,5 @@ POSTGRES_URL=postgres | @@ -11,5 +11,5 @@ POSTGRES_URL=postgres | ||
11 | 11 | ||
12 | # environment variables for schema init and insert system and demo data | 12 | # environment variables for schema init and insert system and demo data |
13 | CREATE_SCHEMA=true | 13 | CREATE_SCHEMA=true |
14 | -ADD_SYSTEM_DATA=true | ||
15 | -ADD_DEMO_DATA=true | ||
14 | +ADD_SYSTEM_DATA=false | ||
15 | +ADD_DEMO_DATA=false |