File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 5
5
; never run debug in production. Make sure you serve all requests for the
6
6
; `/static/` and `/media/` paths when debug is False.
7
7
; See [installation](https://docs.pretalx.org/administrator/installation/#step-7-ssl) for more information
8
- debug = True
9
- url = http://localhost
8
+ debug = False
9
+ url = http://localhost:8080
10
10
11
11
[database]
12
- backend = mysql
12
+ backend = postgresql
13
13
name = pretalx
14
14
user = pretalx
15
15
password = veryunsecureplschange
16
- host = pretalx-db
17
- port = 3306
16
+ host = postgres
17
+ port = 5432
18
18
19
- [mail]
20
- from = some@email.address
21
- host = smtp
22
- port = 25
19
+ # [mail]
20
+ # from = some@email.address
21
+ # host = smtp
22
+ # port = 25
23
23
#user = admin
24
24
#password = something
25
25
#tls = False
26
26
#ssl = True
27
27
28
28
[celery]
29
- backend = redis://pretalx- redis/1
30
- broker = redis://pretalx- redis/2
29
+ backend = redis://redis/1
30
+ broker = redis://redis/2
31
31
32
32
[redis]
33
- location =redis://pretalx- redis/0
33
+ location=redis://redis/0
34
34
; Remove the following line if you are unsure about your redis' security
35
35
; to reduce impact if redis gets compromised.
36
- sessions = true
36
+ sessions = true
You can’t perform that action at this time.
0 commit comments