14 lines
375 B
Python
14 lines
375 B
Python
username = "apiuser"
|
|
password = "topsecret"
|
|
|
|
|
|
domain = "lists.example.org"
|
|
listsuser = "xyz00-lists"
|
|
|
|
hsadmin_uri = "https://login.hostsharing.net..."
|
|
hsadmin_service = "https://config.hostsharing.net..."
|
|
hsadmin_backend1 = "https://config.hostsharing.net..."
|
|
hsadmin_backend2 = "https://config2.hostsharing.net..."
|
|
hsadmin_username = "xyz00"
|
|
hsadmin_password = "topsecret"
|
|
|