Files
status/.env
ostiwe b33df27b31 refactor: Switching to a cron system for tasks, restructuring service and status models
Added response time field for Status model, set log level from ENV
2025-10-28 00:55:43 +03:00

25 lines
435 B
Bash

APP_HOST=http://localhost:8080
APP_TZ=Europe/Moscow
# panic
# fatal
# error
# warn
# info
# debug
LOG_LEVEL=debug
DATABASE_HOST=localhost
DATABASE_PORT=5444
DATABASE_USER=status
DATABASE_PASS=status
DATABASE_DB=status
RABBIT_USER=user
RABBIT_PASSWORD=user
RABBIT_HOST=localhost
RABBIT_PORT=5672
JWT_SIGN_PUBLIC_KEY_PATH=_example/keys/jwt_public_key.pem
JWT_SIGN_PRIVATE_KEY_PATH=_example/keys/jwt_private_key.pem
JWT_TRUSTED_HOSTS=