docs: Add contributing sections to homepage

This commit is contained in:
Faruk AYDIN
2022-11-04 23:47:51 +01:00
parent a8c8efb4bd
commit c35753c63e
6 changed files with 146 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
HOST=localhost
PROTOCOL=http
PORT=3000
WEB_APP_URL=https://localhost:3001
WEB_APP_URL=http://localhost:3001
APP_ENV=development
POSTGRES_DATABASE=automatisch_development
POSTGRES_PORT=5432
@@ -14,3 +14,4 @@ APP_SECRET_KEY=sample-app-secret-key
REDIS_PORT=6379
REDIS_HOST=127.0.0.1
ENABLE_BULLMQ_DASHBOARD=false
SERVE_WEB_APP_SEPARATELY=true