Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Change all vars before going to production and remove all comments (!)
|
||||
# Below all environment variables and default values
|
||||
|
||||
GRPC_PORT=50051
|
||||
GRPC_ENABLE_REFLECTION=false
|
||||
HTTP_HANDLER_ENABLE=false
|
||||
HTTP_PORT=8080
|
||||
LOG_LEVEL=info
|
||||
POSTGRES_HOST=localhost
|
||||
POSTGRES_PORT=5432
|
||||
POSTGRES_USERNAME=postgres
|
||||
POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_DATABASE=postgres
|
||||
REDIS_URI=redis://localhost:6379
|
||||
Reference in New Issue
Block a user