From 876f2e02366f5f77c1c9a07c4610fddac6deeedf Mon Sep 17 00:00:00 2001
From: abinade2 <abinade2@illinois.edu>
Date: Sun, 28 Oct 2018 23:38:44 -0500
Subject: [PATCH] Update settings.py

---
 cloud_net/settings.py | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/cloud_net/settings.py b/cloud_net/settings.py
index cc2205d..4e5dd81 100644
--- a/cloud_net/settings.py
+++ b/cloud_net/settings.py
@@ -84,14 +84,25 @@ WSGI_APPLICATION = 'cloud_net.wsgi.application'
 #    }
 #}
 
+#DATABASES = {
+#    'default': {
+#        'ENGINE': 'django.db.backends.mysql',
+#        'NAME': 'cloudnet',
+#        'USER': 'cloudnetuser',
+#        'PASSWORD': 'cs436cs436',
+#        'HOST': 'localhost',
+#        'PORT': '',
+#    }
+#}
+
 DATABASES = {
     'default': {
         'ENGINE': 'django.db.backends.mysql',
         'NAME': 'cloudnet',
-        'USER': 'cloudnetuser',
-        'PASSWORD': 'cs436cs436',
-        'HOST': 'localhost',
-        'PORT': '',
+        'USER': 'root',
+        'PASSWORD': 'abinade2',
+        'HOST': 'cloudnetdb.cofqfemddljq.us-east-2.rds.amazonaws.com',
+        'PORT': '3306',
     }
 }
 
-- 
GitLab