-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
SECRET_KEY="sample secret key" | ||
DJANGO_SETTINGS_MODULE=turf_portal.settings | ||
DEBUG=True | ||
DB_NAME="sample database name" | ||
DB_USER="sample database user" | ||
DB_PASSWORD="sample database password" | ||
DB_HOST="sample database host address" | ||
EMAIL_HOST_USER="sample email address" | ||
EMAIL_HOST_PASSWORD="sample email password" | ||
BANK="sample bank" | ||
BRANCH="sample branch name" | ||
BRANCH_CODE="sample branch code" | ||
SWIFT_CODE="sample swift code" | ||
ACCOUNT_NUMBER="sample account number" | ||
ACCOUNT_TYPE="sample account type" | ||
|
||
DEBUG=True/False for prod | ||
DB_NAME="database name" | ||
DB_USER="database user name" | ||
DB_PASSWORD="database password" | ||
DB_HOST="database host address" | ||
EMAIL_HOST_USER="business email address" | ||
EMAIL_HOST_PASSWORD=" email password" | ||
BANK="business bank" | ||
BRANCH="bank branch name" | ||
BRANCH_CODE="branch code" | ||
SWIFT_CODE="swift code" | ||
ACCOUNT_NUMBER="business bank account number" | ||
ACCOUNT_TYPE="bank account type" | ||
BUSINESS_PHONE="business phone number" |