Skip to content

Commit

Permalink
Update sample_env_file.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
meisabhishekpatel authored Oct 12, 2024
1 parent 92f7689 commit 4496403
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sample_env_file.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

SECRET_KEY = '<enter_secret_key_here>'
DEBUG = True
BASE_URL=contrihub/

SOCIAL_AUTH_GITHUB_KEY = '<enter_client_id>'
SOCIAL_AUTH_GITHUB_SECRET = '<enter_secret_id>'
Expand Down Expand Up @@ -37,3 +38,10 @@ DEFAULT_VERY_EASY_POINTS = '2'
DEFAULT_EASY_POINTS = '10'
DEFAULT_MEDIUM_POINTS = '20'
DEFAULT_HARD_POINTS = '30'

# Database settings
DB_NAME=<your-db-name>
DB_USER=<your-db-user>
DB_PASSWORD=<your-db-password>
DB_HOST=<your-db-host>
DB_PORT=<your-db-port>

0 comments on commit 4496403

Please sign in to comment.