You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The host to use for sending email.",
22
-
"value": "localhost",
23
-
"required": false
24
-
},
25
-
"EMAIL_USER": {
26
-
"description": "Username to use for the SMTP server defined in EMAIL_HOST. If empty, Django won’t attempt authentication.",
27
-
"value": "",
28
-
"required": false
29
-
},
30
-
"EMAIL_PASSWORD": {
31
-
"description": "Password to use for the SMTP server defined in EMAIL_HOST. This setting is used in conjunction with EMAIL_HOST_USER when authenticating to the SMTP server. If either of these settings is empty, Django won’t attempt authentication.",
32
-
"value": "",
33
-
"required": false
34
-
},
35
-
"EMAIL_PORT": {
36
-
"description": "Port to use for the SMTP server defined in EMAIL_HOST.",
37
-
"value": "587",
38
-
"required": false
39
-
},
40
-
"EMAIL_FROM": {
41
-
"description": "Who sends the mail",
42
-
"value": "dev@getfal.co",
43
-
"required": false
44
-
},
45
-
"EMAIL_TO": {
46
-
"description": "Who should receive the mails. Will be used to create the admin account, with 'admin' password.",
47
-
"value": ""
48
-
},
49
-
"ALLOWED_HOST": {
50
-
"description": "The URL the application will be available on. See https://docs.djangoproject.com/fr/2.2/ref/settings/#allowed-hosts",
51
-
"value": ".herokuapp.com"
52
-
},
53
-
"REACT_APP_API_BASE_URL": {
54
-
"description": "The URL of the application, again. (Unused ?)",
0 commit comments