mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-10 08:05:22 +02:00
Chore/add setup and contributing docs (#90)
* chore: add dev setup documentation * Add agents.md files * simplify contributing documentation
This commit is contained in:
parent
e83f3a36d2
commit
59894d7dec
20 changed files with 510 additions and 329 deletions
|
|
@ -5,14 +5,14 @@ LOG_LEVEL="DEBUG"
|
|||
# Change these values if you deploy the backend and frontend
|
||||
# on any hosting provider with some DNS. Please ensure to
|
||||
# provide the URL with scheme like http or https
|
||||
# BACKEND_API_ENDPOINT: "http://localhost:8000"
|
||||
# UI_APP_URL: "http://localhost:3010"
|
||||
BACKEND_API_ENDPOINT="http://localhost:8000"
|
||||
UI_APP_URL="http://localhost:3000"
|
||||
|
||||
# Database Configuration
|
||||
DATABASE_URL="postgresql+asyncpg://postgres:postgres@localhost:5432/postgres"
|
||||
REDIS_URL="redis://:redissecret@localhost:6379"
|
||||
|
||||
# AWS S3 Configuration (required for SaaS mode)
|
||||
# AWS S3 Configuration
|
||||
ENABLE_AWS_S3="false"
|
||||
# AWS_ACCESS_KEY_ID=""
|
||||
# AWS_SECRET_ACCESS_KEY=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue