nextcloud-import-export/sample.config.py
2024-05-27 16:51:26 +02:00

7 lines
176 B
Python

# Inhalt von config.py
urlFrom = 'https://cloud.domainfrom.tld'
authFrom = ('username', 'password')
urlTo = 'https://nextcloud.domainto.tld'
authTo = ('username', 'password')