This commit is contained in:
2026-06-03 13:58:12 -05:00
commit 2f13b8c590
54 changed files with 5136 additions and 0 deletions

7
.env.example Normal file
View File

@@ -0,0 +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!