1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-04-28 03:20:10 +00:00
seafile-server/tests/config.py

10 lines
273 B
Python
Raw Permalink Normal View History

USER = 'testuser@test.seafile.com'
PASSWORD = 'testuser'
USER2 = 'testuser2@test.seafile.com'
PASSWORD2 = 'testuser2'
ADMIN_USER = 'adminuser@test.seafile.com'
ADMIN_PASSWORD = 'adminuser'
INACTIVE_USER = 'inactiveuser@test.seafile.com'
INACTIVE_PASSWORD = 'inactiveuser'