forked from ScoDoc/ScoDoc
10 lines
162 B
Python
10 lines
162 B
Python
|
|
"""Put here the informations neeede to connect to your development test user
|
|
"""
|
|
|
|
SCODOC='https://scodoc.example.com/'
|
|
USER = 'tester'
|
|
PASSWD = 'XXXXXXXXXXXX'
|
|
|
|
|