diff --git a/.env b/.env new file mode 100644 index 0000000..9252a04 --- /dev/null +++ b/.env @@ -0,0 +1,13 @@ +MONGO_HOST=localhost +MONGO_PORT=27017 +MONGO_DB=soulbook + +REDIS_ENDPOINT=localhost +REDIS_PORT=6379 +REDIS_PASSWORD= +CACHE_DB=0 +SESSION_DB=1 + +IS_RUNNING=true + +API_KEY=key \ No newline at end of file