mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-02-20 19:52:01 +00:00
add example .env file
This commit is contained in:
parent
5d34d4c883
commit
c1806f05b7
22
.env.example
Normal file
22
.env.example
Normal file
@ -0,0 +1,22 @@
|
||||
DEBUG=True
|
||||
SECRET_KEY=
|
||||
POSTGRES_DATABASE=
|
||||
POSTGRES_USER=
|
||||
POSTGRES_PASSWORD=
|
||||
POSTGRES_HOST=
|
||||
POSTGRES_PORT=
|
||||
|
||||
ALLOWED_HOSTS="localhost"
|
||||
CSRF_TRUSTED_ORIGINS="http://localhost"
|
||||
DJANGO_SECURE_SSL_REDIRECT=False
|
||||
CSRF_COOKIE_DOMAIN="http://localhost"
|
||||
|
||||
EMAIL_HOSTNAME=
|
||||
EMAIL_PORT=
|
||||
EMAIL_USERNAME=
|
||||
EMAIL_PASSWORD=
|
||||
FRONTEND_URL=
|
||||
|
||||
PAYMENT_VERIFY_BASE_URL=
|
||||
SMS_API_URL=
|
||||
SMS_API_KEY=
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -120,7 +120,6 @@ celerybeat.pid
|
||||
*.sage.py
|
||||
|
||||
# Environments
|
||||
.env.example
|
||||
.env
|
||||
.venv
|
||||
env/
|
||||
|
Loading…
x
Reference in New Issue
Block a user