Don't allow configuration of dbFile path or name; use the DATADIR and a hardcoded path

This commit is contained in:
2024-02-17 08:41:39 -06:00
parent f065300113
commit 0e8144b82c
6 changed files with 15 additions and 20 deletions

View File

@ -2,6 +2,5 @@ ENVIRONMENT="production"
APPLICATIONHOST="localhost"
APPLICATIONPORT="3000"
DATADIR="./"
DBFILE="data/Purr.sqlite"
LINKLENGTH="24"
ADMINEMAIL="admin@purr.example.com"