Skip to content

Commit

Permalink
Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
JAugusto-Moraes committed Dec 11, 2023
1 parent 444e883 commit 00f7b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

ALLOWED_HOSTS = []
ALLOWED_HOSTS = ["18.231.186.20"]


# Application definition
Expand Down Expand Up @@ -86,7 +86,7 @@
'NAME': 'medconnect',
'USER': 'Admin',
'PASSWORD': str(os.getenv('DATABASE_KEY')),
'HOST': "localhost", # em deploy usar: 'medconnect.crxdzw6vmqyq.sa-east-1.rds.amazonaws.com'
'HOST': "medconnect.crxdzw6vmqyq.sa-east-1.rds.amazonaws.com", # em deploy usar: 'medconnect.crxdzw6vmqyq.sa-east-1.rds.amazonaws.com'
'PORT': '3306',
}
}
Expand Down

0 comments on commit 00f7b30

Please sign in to comment.