mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 19:06:55 +00:00
11 lines
259 B
Python
11 lines
259 B
Python
|
|
|
|
class Database(object):
|
|
""" Database names for our different DB instances """
|
|
|
|
backend = 'backend-db'
|
|
''' Used for all backend objects (tasks, models etc.) '''
|
|
|
|
auth = 'auth-db'
|
|
''' Used for all authentication and permission objects '''
|