postgres makes me want to kill myself actually, sqlite all the way :333

This commit is contained in:
2026-05-14 21:23:40 +01:00
parent e58adcc716
commit 98f374a300
6 changed files with 514 additions and 204 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ NODE_ENV=production
PORT=3010
API_UPSTREAM=http://127.0.0.1:6000
PUBLIC_ORIGIN=https://example.com
DATABASE_URL=postgres://user:password@127.0.0.1:5432/tssbot
UPTIME_STORAGE_DIR=~/tsswebstorage
UPTIME_DATABASE_FILE=uptime.sqlite
UPTIME_SAMPLE_INTERVAL_MS=1800000
UPTIME_HISTORY_LIMIT=336
API_CACHE_TTL_MS=15000