Compare commits

..

No commits in common. "77ef2a9ae6ca6ee6809bdd2ca6a22d19f94bad7c" and "4171b5a48f0d78ccc0d8983300daa2b4e37623fb" have entirely different histories.

2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -46,8 +46,9 @@ pids/
# Storage directories # Storage directories
data/ data/
/storage storage/
/data /data
/storage
# Database files # Database files
*.db *.db

View File

@ -304,7 +304,7 @@ if [ "$ENABLE_MONITORING" = true ] && [ "$USE_EXISTING_MONITORING" = false ]; th
elif [ "$USE_EXISTING_MONITORING" = true ]; then elif [ "$USE_EXISTING_MONITORING" = true ]; then
MONITORING_FLAG="--use-existing-monitoring" MONITORING_FLAG="--use-existing-monitoring"
fi fi
./scripts/setup_systemd.sh $MONITORING_FLAG --skip-build --domain "$DOMAIN" --email "$EMAIL" $([ "$SKIP_SSL" = true ] && echo "--skip-ssl") ./scripts/setup_systemd.sh $MONITORING_FLAG --skip-build
# Step 4: Configure cache (in-memory LRU - no Redis needed) # Step 4: Configure cache (in-memory LRU - no Redis needed)
echo "🧠 Gateway uses in-memory LRU cache (no Redis required)" echo "🧠 Gateway uses in-memory LRU cache (no Redis required)"