selfhost-utils/mddclient/mddclient.cfg.example

29 lines
688 B
Plaintext
Raw Normal View History

2022-06-01 07:45:19 +02:00
# The DEFAULT section contains the config common to all subsections.
# Redefining a value in a subsection overrides the DEFAULT's one.
2022-05-28 13:32:50 +02:00
[DEFAULT]
# Dynamic DNS Server
SERVER=infomaniak.com
LOGIN=myUserName
PASSWORD=mySuperSecretPassword
2022-06-01 07:45:19 +02:00
[mysite]
2022-05-28 13:32:50 +02:00
# Main domain
DOMAIN=mysite.cloud
[matrix]
# The matrix.mysite.cloud subdomain
DOMAIN=matrix.mysite.cloud
[mastodon]
# The mastodon.mysite.cloud subdomain
DOMAIN=mastodon.mysite.cloud
2022-06-01 07:45:19 +02:00
[mysite2]
# Another domain, but this is provided by another dynamicdns service
# so we re-define server, login and password to override the DEFAULT ones
SERVER=anotherdyndns.com
LOGIN=anotherUserName
PASSWORD=anotherSuperSecretPassword
DOMAIN=mysite2.io