changed vars and defaults structure

This commit is contained in:
2023-06-03 00:58:13 +02:00
parent d3ea0dd111
commit 814eeca218
19 changed files with 225 additions and 78 deletions

View File

@@ -0,0 +1,2 @@
wiki_js_folder:
- db

View File

@@ -1,9 +0,0 @@
wiki_js_folder:
- db
WIKI_JS_DB_TYPE: 'postgres'
WIKI_JS_DB_HOST: 'wiki_js_db'
WIKI_JS_DB_PORT: '5432'
WIKI_JS_POSTGRES_DB: 'wiki'
WIKI_JS_POSTGRES_USER: 'wiki'
WIKI_JS_POSTGRES_PASS: 'super-secret-pass'