7 lines
176 B
Python
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')
|