summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/common/constants.py
blob: b37ebb3d606e629e32feffa04e735685f217316f (plain)
1
2
3
4
5
TESTAPI_ID = 'testapi_id'
CSRF_TOKEN = 'csrf_token'
ROLE = 'role'
TESTAPI_USERS = ['opnfv-testapi-users']
USER_TABLE = 'users'