mirror of
https://github.com/hexolan/panels.git
synced 2026-03-26 12:40:21 +00:00
init post-service
This commit is contained in:
11
services/post-service/.env.example
Normal file
11
services/post-service/.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASS=postgres
|
||||
POSTGRES_HOST=localhost:5433
|
||||
POSTGRES_DATABASE=postgres
|
||||
|
||||
REDIS_HOST=localhost:6380
|
||||
REDIS_PASS=redis
|
||||
|
||||
KAFKA_BROKERS=localhost:9092
|
||||
|
||||
LOG_LEVEL=debug
|
||||
Reference in New Issue
Block a user