aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-05-23 19:09:28 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-05-23 19:09:28 -0400
commitb6d292014700d05a93aa4e486baedf37656f464a (patch)
treebb54c8122f30b715967e98d80c7acfb147183e1e /ci
parent5b6b4c06bc4b974e1839ca47c91dd6c903f119fd (diff)
docs: Update readme instructions
Diffstat (limited to 'ci')
-rw-r--r--ci/config/config.json2
-rw-r--r--ci/container/docker-compose.yaml6
2 files changed, 4 insertions, 4 deletions
diff --git a/ci/config/config.json b/ci/config/config.json
index 0d8b839..f776732 100644
--- a/ci/config/config.json
+++ b/ci/config/config.json
@@ -141,7 +141,7 @@
"interval": "infinite"
},
- "disabled app_log": {
+ "app_log": {
"path": "data/logs/applog.txt",
//"template": "serilog template for writing to file",
"flush_sec": 5,
diff --git a/ci/container/docker-compose.yaml b/ci/container/docker-compose.yaml
index 2840160..fa6b0aa 100644
--- a/ci/container/docker-compose.yaml
+++ b/ci/container/docker-compose.yaml
@@ -19,7 +19,7 @@ services:
environment:
MAX_BOOKMARKS: "5000"
REG_TOKEN_DURATION_MIN: "360" #6 hours
-
+
#SQL Config
SQL_LIB_PATH: "VNLib.Plugins.Extensions.Sql.SQLite.dll"
SQL_CONNECTION_STRING: "Data Source=data/simple-bookmark.db;"
@@ -35,7 +35,7 @@ services:
REDIS_CONNECTION_STRING: ""
#at least one node required if MEMCACHE_ONLY is false
VNCACHE_INITIAL_NODES: "[]"
-
+
#Accounts plugin config
MAX_LOGIN_ATTEMPS: "10"
@@ -58,6 +58,6 @@ services:
#Very Verbose plugin logging, required --debug CLI flag, prints literally everything to the logger
DEBUG_PLUGINS: "false"
-
+
SERVER_ARGS: "--setup" #remove the setup flag after you are done setting up the server