mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
feat: initialize project with environment template, gitignore, and docker-compose configuration
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# DATABASE
|
||||
DB_NAME=piku
|
||||
DB_USER=user
|
||||
DB_PASSWORD=password123
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
|
||||
# DJANGO
|
||||
DEBUG=True
|
||||
SECRET_KEY=django-secret-key
|
||||
ALLOWED_HOSTS=localhost,127.0.0.1
|
||||
|
||||
# EMAIL
|
||||
EMAIL_HOST=localhost
|
||||
EMAIL_PORT=1025
|
||||
|
||||
# FRONTEND
|
||||
VITE_API_URL=http://localhost:8000
|
||||
Reference in New Issue
Block a user