mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-07 02:59:50 +01:00
1e32792dc5
db_max_open_comms should be 1000 if its value between 100 and 1000 Signed-off-by: DQ <dengq@vmware.com>
5 lines
114 B
Python
5 lines
114 B
Python
import os
|
|
|
|
MIGRATION_BASE_DIR = os.path.dirname(__file__)
|
|
|
|
accept_versions = {'1.9.0', '1.10.0', '2.0.0', '2.1.0'} |