mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-04-27 19:15:07 +00:00
10 lines
273 B
Python
10 lines
273 B
Python
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'
|