Project

General

Profile

Task #2952 » migrate.conf

Guilhem Moulin, 2021-07-31 01:46

 
1
[discourse]
2
apiurl = http://127.0.0.1:3000
3
apikey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
4
host = ask.libreoffice.org
5
baseurl = https://ask.libreoffice.org
6

    
7
[askbot]
8
# baseurl is hardcoded because we also use it in regexps and we're too
9
# lazy to precompile
10
apiurl = https://89.238.68.146
11
host = ask.libreoffice.org
12

    
13
[database]
14
dbname = discourse_asklibo
15
host = 127.0.0.1
16
user = discourse
17
password = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
18

    
19
; vim:ft=dosini
(6-6/6)