diff --git a/.env.example b/.env.example index b667b6c..7efc1fa 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,10 @@ HOST=0.0.0.0 PORT=1337 + +MONGO_HOST=localhost +MONGO_PORT=27017 +MONGO_DB=strapi + +MONGO_USER= +MONGO_PASSWORD= +AUTHENTICATION_DATABASE= \ No newline at end of file