path:
/example-config.ini
883 B | plain
1
2
3
4
5
6
7
8
9
10
11
12
13
[server]
port = 8080 # optinal, defaults to 8080 if not defined, can also be overridden by the env-var `TRAVELYNX2FEDI_PORT`
token = "test123" # optional, access-token reqired to use service
[travelynx]
username = "MaxMustermensch" # optinal, travelynx username - required to build the checkin url
[fedi]
url = "https://your-server.tld" # required, url to your instance incl. scheme
accessToken = "MJA4ZDE0MJKTMJI4OS0ZM2I0LWI5NJETZJJIODLINTE0ODA0" # required, access-token required to post to the fediverse
visibility = "direct" # optional, hardcoded status visibility
spoilerText = "travelynx" # optional
useMarkdown = "yes" # optional, use markdown in posts, only use this when your instance supports markdown