Code import - branch 1.4.2
This commit is contained in:
17
.env.example
Normal file
17
.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# Redis
|
||||
REDIS_HOST="localhost"
|
||||
REDIS_PORT="6379"
|
||||
REDIS_USERNAME="redis_user"
|
||||
REDIS_PASSWORD="redis_password"
|
||||
|
||||
# Pod
|
||||
HOSTNAME="localhost"
|
||||
POLL_INTERVAL="5"
|
||||
LOG_LEVEL="DEBUG"
|
||||
|
||||
# Mongo DB
|
||||
MONGODB_URL="localhost:27018"
|
||||
MONGODB_USERNAME="mongo_user"
|
||||
MONGODB_PASSWORD="mongo_password"
|
||||
MONGODB_DATABASE="sientia"
|
||||
|
||||
Reference in New Issue
Block a user