We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d121b78 commit 262a64bCopy full SHA for 262a64b
project/opencvFaceRec/settings.py
@@ -187,6 +187,14 @@
187
#'CELERY_ALWAYS_EAGER': True,
188
}
189
190
+
191
+# AWS S3 credentials
192
+AWS_ACCESS_KEY_ID =
193
+AWS_SECRET_ACCESS_KEY =
194
+AWS_BUCKET_NAME =
195
196
197
+# Django Social tool to perform SSO
198
SOCIAL_AUTH_TRAILING_SLASH = False
199
200
SOCIAL_AUTH_AUTH0_DOMAIN = os.getenv('AUTH0_DOMAIN')
@@ -203,8 +211,7 @@
203
211
CORS_ALLOW_CREDENTIALS = False
204
212
205
213
# Service where Automatic Annotation Tools sends the generated data
206
-#EXT_SERVICE = 'http://83.212.102.18:8001'
207
-EXT_SERVICE = 'http://ec2-34-248-183-236.eu-west-1.compute.amazonaws.com:8080/nuxeo/api/v1/id/'
214
+EXT_SERVICE = 'http://83.212.102.18:8001/'
208
215
import base64
209
216
EXT_BASIC_AUTH = base64.b64encode('USERNAME:PASSWORD')
210
217
0 commit comments