Password Policy/App rename/PM Scheduling Improvements

This commit is contained in:
2026-06-06 02:32:47 -05:00
parent dfd999b6a9
commit f024286b5e
59 changed files with 3814 additions and 299 deletions

View File

@@ -1,7 +1,7 @@
MIXEDASSETS_PORT=3000
MIXEDASSETS_DATA_DIR=./data
MIXEDASSETS_DB_PATH=./data/mixedassets.sqlite
MIXEDASSETS_SERVER_FQDN=localhost
MIXEDASSETS_CORS_ORIGINS=http://localhost:5173,http://127.0.0.1:5173
MIXEDASSETS_JWT_SECRET=replace-with-a-long-random-secret
MIXEDASSETS_ADMIN_PASSWORD=ChangeMe123!
DEPRECORE_PORT=3000
DEPRECORE_DATA_DIR=./data
DEPRECORE_DB_PATH=./data/deprecore.sqlite
DEPRECORE_SERVER_FQDN=localhost
DEPRECORE_CORS_ORIGINS=http://localhost:5173,http://127.0.0.1:5173
DEPRECORE_JWT_SECRET=replace-with-a-long-random-secret
DEPRECORE_ADMIN_PASSWORD=ChangeMe123!