mirror of
https://github.com/ringhyacinth/Star-Office-UI
synced 2026-04-21 13:27:19 +00:00
18 lines
629 B
Text
18 lines
629 B
Text
# Star Office UI - production environment example
|
|
# Copy to .env (or your systemd/pm2 env file), then fill values.
|
|
|
|
# Mark production mode to enable startup hardening checks
|
|
STAR_OFFICE_ENV=production
|
|
|
|
# Flask/session secret (REQUIRED in production)
|
|
# Must be long/random (>=24 chars)
|
|
FLASK_SECRET_KEY=replace_with_a_long_random_secret
|
|
|
|
# Asset drawer password (REQUIRED in production)
|
|
# Do NOT use 1234 in production. Recommend >=8 chars.
|
|
ASSET_DRAWER_PASS=replace_with_strong_drawer_password
|
|
|
|
# Optional Gemini runtime defaults
|
|
# You can also set these in runtime-config.json via UI
|
|
GEMINI_API_KEY=
|
|
GEMINI_MODEL=nanobanana-pro
|