This commit is contained in:
2026-08-28 15:44:19 +00:00
parent af07bb5043
commit 103983846d
76 changed files with 415 additions and 473 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ SQLALCHEMY_DATABASE_URI=postgresql+psycopg://postgres:123456@postgres:5432/petty
MODULE_NAME=barker.main
PROJECT_NAME=barker
MAX_WORKERS=4
REDIS_HOST=valkey
REDIS_PORT=6379
NATS_HOST=nats
NATS_PORT=4222
SECRET_KEY={{ secret_key }}
MIDDLEWARE_SECRET_KEY={{ middleware_key }}
ALGORITHM=HS256
+2 -2
View File
@@ -1,3 +1,3 @@
REDIS_HOST=localhost
REDIS_PORT=6379
NATS_HOST=localhost
NATS_PORT=4222
QUEUE_NAME={{ queue_name }}