mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05:00
fix: add env vars to control cache type for home server
This commit is contained in:
@@ -60,6 +60,9 @@ fi
|
||||
if [ -z "$DB_TYPE" ]; then
|
||||
export DB_TYPE="mysql"
|
||||
fi
|
||||
if [ -z "$CACHE_TYPE" ]; then
|
||||
export CACHE_TYPE="redis"
|
||||
fi
|
||||
export DB_MIGRATIONS_PATH="dist/migrations/*.js"
|
||||
|
||||
#########
|
||||
|
||||
Reference in New Issue
Block a user