TestsScoDoc7API/tests/conn_info.py

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'