Migrate AI Hint feed generation
Bring dynamic hint generation into the account service while preserving the legacy key.osglab.com deployment for existing clients.
This commit is contained in:
@@ -41,6 +41,12 @@ ADMIN_BOOTSTRAP_TOTP_SECRET_BASE32=replace-with-random-base32-secret
|
||||
ADMIN_SESSION_HOURS=8
|
||||
ADMIN_MAXIMUM_MANUAL_GRANT=100000
|
||||
|
||||
# AI Hint Feed runs in this service without changing the legacy key.osglab.com deployment.
|
||||
HINT_FEED_ENABLED=false
|
||||
HINT_FEED_ZONE_ID=UTC
|
||||
# Optional paid fallback. Keep provider keys in environment-backed secret storage.
|
||||
TOPHUB_API_KEY=
|
||||
|
||||
# Apple identifiers are not secrets, but use the values from your own developer account.
|
||||
APPLE_TEAM_ID=replace-with-apple-team-id
|
||||
APPLE_KEY_ID=replace-with-apple-key-id
|
||||
|
||||
Reference in New Issue
Block a user