Skip to content

Commit 8991235

Browse files
committed
Chore: relocate pretalx.cfg example
1 parent a273bd5 commit 8991235

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

conf/pretalx.cfg renamed to config/pretalx.cfg.example

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,32 @@
55
; never run debug in production. Make sure you serve all requests for the
66
; `/static/` and `/media/` paths when debug is False.
77
; 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
1010

1111
[database]
12-
backend = mysql
12+
backend = postgresql
1313
name = pretalx
1414
user = pretalx
1515
password = veryunsecureplschange
16-
host = pretalx-db
17-
port = 3306
16+
host = postgres
17+
port = 5432
1818

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
2323
#user = admin
2424
#password = something
2525
#tls = False
2626
#ssl = True
2727

2828
[celery]
29-
backend = redis://pretalx-redis/1
30-
broker = redis://pretalx-redis/2
29+
backend = redis://redis/1
30+
broker = redis://redis/2
3131

3232
[redis]
33-
location=redis://pretalx-redis/0
33+
location=redis://redis/0
3434
; Remove the following line if you are unsure about your redis' security
3535
; to reduce impact if redis gets compromised.
36-
sessions=true
36+
sessions = true

0 commit comments

Comments
 (0)