adding details

This commit is contained in:
abhishekpythons
2026-05-19 04:38:02 +05:30
parent 246b5381ce
commit a16520420d
63 changed files with 6123 additions and 1 deletions

7
backend/.env.example Normal file
View File

@@ -0,0 +1,7 @@
# Copy this file to `.env` and fill in real values.
DJANGO_SECRET_KEY=replace-me-with-a-50-char-random-string
DJANGO_DEBUG=True
DJANGO_ALLOWED_HOSTS=localhost,127.0.0.1
DATABASE_URL=postgres://risingcompute:change-this-password@127.0.0.1:5432/risingcompute
CORS_ALLOWED_ORIGINS=http://localhost:5173,http://127.0.0.1:5173
NOTIFY_EMAIL_TO=contact@risingcompute.in