Files
jimi-gallery/backend/.env.example
yakenator 098b55e3b0 feat: initial Jimi Gallery prototype
- Public site (Home/Artists/Exhibitions/News/About/Contact) with EN/KO/JA i18n
- Admin panel with login, CRUD, image upload, multilingual editing
- Exhibition slider/lightbox view
- FastAPI + MongoDB backend, JWT auth
- Docker Compose deployment, behind nginx at jimi.yakenator.io
2026-04-25 12:47:36 +09:00

5 lines
119 B
Plaintext

ADMIN_PASSWORD=admin
JWT_SECRET=change-me-to-a-long-random-string
MONGO_URL=mongodb://mongo:27017
DB_NAME=jimi_gallery