Initial WallMuse project

This commit is contained in:
fenglee
2026-05-09 09:12:41 +00:00
commit 3ea7d29827
91 changed files with 13136 additions and 0 deletions

5
.env.example Executable file
View File

@@ -0,0 +1,5 @@
API_HOST=0.0.0.0
API_PORT=4000
JWT_SECRET=change-me-in-production
API_KEY_ENCRYPTION_SECRET=replace-with-32-byte-secret
WALLMUSE_DATA_DIR=/root/wallmuse/app/.data