ampelmaennchen.git

ref: efe1b69f2c6a1bca388e37716a1e5931bbfcc101

./config-example.toml


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[matrix]
[matrix.homeserver]
domain = 'example.com'
address = 'https://example.com'

[matrix.appservice]
hostname = '127.0.0.1'
port = 43937

[matrix.rooms]
spaceName = 'Space Name'
spaceAlias = 'spacename'
spaceAvatarPath = '/var/www/space.webp'
publicRoomName = 'Public Room'
publicRoomAlias = 'public'
publicRoomAvatarPath = '/var/www/public.webp'

[database]
shema = postgres
username = ampelmaennchen
password = abcd
host = '127.0.0.1'
port = 5432
db = ampelmaennchen
params = 'sslmode=disable'