File tree 4 files changed +9
-8
lines changed
compose/production/traefik
4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def update_site_forward(apps, schema_editor):
13
13
Site .objects .update_or_create (
14
14
id = settings .SITE_ID ,
15
15
defaults = {
16
- "domain" : "example.com " ,
16
+ "domain" : "unconviteporabejorral.org " ,
17
17
"name" : "abjhelp" ,
18
18
},
19
19
)
@@ -23,7 +23,7 @@ def update_site_backward(apps, schema_editor):
23
23
"""Revert site domain and name to default."""
24
24
Site = apps .get_model ("sites" , "Site" )
25
25
Site .objects .update_or_create (
26
- id = settings .SITE_ID , defaults = {"domain" : "example.com " , "name" : "example.com " }
26
+ id = settings .SITE_ID , defaults = {"domain" : "unconviteporabejorral.org " , "name" : "unconviteporabejorral.org " }
27
27
)
28
28
29
29
Original file line number Diff line number Diff line change 53
53
< i class ="bx bxl-github text-primary display-5 " style ="font-size: xx-large; "> </ i >
54
54
< p class ="mt-0 pt-0 mb-0 "> Código fuente libre bajo licencia < a href ="https://opensource.org/licenses/GPL-3.0 "> GPLv3</ a > </ p >
55
55
< p class ="mt-0 pt-0 mb-0 "> Desarrollado por: < a href ="https://github.com/aleducode "> Alejandro Duque</ a > </ p >
56
- < p class ="mt-0 pt-0 mb-0 "> Revisá el código < a href ="https://github.com/aleducode "> acá</ a > </ p >
56
+ < p class ="mt-0 pt-0 mb-0 "> Revisá el código < a href ="https://github.com/aleducode/help-abejorral "> acá</ a > </ p >
57
+ < p > 2020</ p >
57
58
58
59
</ div >
59
60
</ div >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ certificatesResolvers:
26
26
http :
27
27
routers :
28
28
web-router :
29
- rule : " Host(`example.com `) || Host(`www.example.com `)"
29
+ rule : " Host(`unconviteporabejorral.org `) || Host(`www.unconviteporabejorral.org `)"
30
30
31
31
entryPoints :
32
32
- web
36
36
service : django
37
37
38
38
web-secure-router :
39
- rule : " Host(`example.com `) || Host(`www.example.com `)"
39
+ rule : " Host(`unconviteporabejorral.org `) || Host(`www.unconviteporabejorral.org `)"
40
40
41
41
entryPoints :
42
42
- web-secure
48
48
certResolver : letsencrypt
49
49
50
50
flower-secure-router :
51
- rule : " Host(`example.com `)"
51
+ rule : " Host(`unconviteporabejorral.org `)"
52
52
entryPoints :
53
53
- flower
54
54
service : flower
Original file line number Diff line number Diff line change 14
14
# https://docs.djangoproject.com/en/dev/ref/settings/#secret-key
15
15
SECRET_KEY = env ("DJANGO_SECRET_KEY" )
16
16
# https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts
17
- ALLOWED_HOSTS = env .list ("DJANGO_ALLOWED_HOSTS" , default = ["example.com " ])
17
+ ALLOWED_HOSTS = env .list ("DJANGO_ALLOWED_HOSTS" , default = ["unconviteporabejorral.org " ])
18
18
19
19
# DATABASES
20
20
# ------------------------------------------------------------------------------
114
114
# ------------------------------------------------------------------------------
115
115
# https://docs.djangoproject.com/en/dev/ref/settings/#default-from-email
116
116
DEFAULT_FROM_EMAIL = env (
117
- "DJANGO_DEFAULT_FROM_EMAIL" , default = "abjhelp <noreply@example.com >"
117
+ "DJANGO_DEFAULT_FROM_EMAIL" , default = "abjhelp <noreply@unconviteporabejorral.org >"
118
118
)
119
119
# https://docs.djangoproject.com/en/dev/ref/settings/#server-email
120
120
SERVER_EMAIL = env ("DJANGO_SERVER_EMAIL" , default = DEFAULT_FROM_EMAIL )
You can’t perform that action at this time.
0 commit comments