This commit is contained in:
2026-08-29 10:52:44 +00:00
parent 73fba17711
commit 59bf2c5ca9
11 changed files with 25 additions and 33 deletions
+5 -5
View File
@@ -8,8 +8,9 @@ PROJECT_NAME=barker
MAX_WORKERS=4
REDIS_HOST=localhost
REDIS_PORT=6379
NATS_URL=nats://localhost:4222
SUBJECT="barker.print"
STREAM="barker_print_stream"
# openssl rand -hex 32
SECRET_KEY=611f9393e58f85521d16d9497bfd847ced70f2b99e12a9c6af40b7bd05cc7b1d
@@ -24,6 +25,5 @@ TIMEZONE_OFFSET_MINUTES=330
ALEMBIC_LOG_LEVEL=INFO
ALEMBIC_SQLALCHEMY_LOG_LEVEL=WARN
WORKER_REDIS_HOST=
WORKER_REDIS_PORT=6379
WORKER_QUEUE_NAME=""
FASTAPI_ENV=development