nextcloud-import-export/sample.config.py

7 lines
176 B
Python
Raw Normal View History

2024-05-27 14:51:26 +00:00
# Inhalt von config.py
urlFrom = 'https://cloud.domainfrom.tld'
authFrom = ('username', 'password')
urlTo = 'https://nextcloud.domainto.tld'
authTo = ('username', 'password')