ScoDoc-PE/tests/conn_info.py

10 lines
162 B
Python
Raw Normal View History

2020-09-26 16:19:37 +02:00
"""Put here the informations neeede to connect to your development test user
"""
SCODOC='https://scodoc.example.com/'
USER = 'tester'
PASSWD = 'XXXXXXXXXXXX'