forked from ScoDoc/ScoDoc
11 lines
221 B
Python
11 lines
221 B
Python
|
|
"""Put here the informations neeede to connect to your development test user
|
|
"""
|
|
|
|
#SCODOC='https://scodoc.example.com/'
|
|
SCODOC='https://scodoc.viennet.net/'
|
|
USER = 'tester'
|
|
#PASSWD = 'XXXXXXXXXXXX'
|
|
PASSWD = '67un^:653'
|
|
|