Skip to content

Commit

Permalink
Use github ip for all checks
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Nov 12, 2024
1 parent cf04f87 commit 71006e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sasmarket/settings.py.example
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SECRET_KEY = '^p2hf7r33$&(uo@i#y&y8!l4k8-jl2e6amva6)3!!q#ts_41o)'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = ['localhost']
ALLOWED_HOSTS = ['172.18.0.1']


# Application definition
Expand Down Expand Up @@ -82,7 +82,7 @@ DATABASES = {
'NAME': 'marketplace',
'USER': 'mysql',
'PASSWORD': 'test',
'HOST': 'localhost',
'HOST': '172.18.0.1',
'PORT': '3306',
'OPTIONS': {
# Tell MySQLdb to connect with 'utf8mb4' character set
Expand Down

0 comments on commit 71006e7

Please sign in to comment.