13 lines
357 B
Python
13 lines
357 B
Python
token = 'topsecret_token'
|
|
|
|
|
|
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"
|
|
|