1
0
mirror of https://github.com/goharbor/harbor.git synced 2025-01-01 05:28:26 +01:00
harbor/jobservice/populate.sql

4 lines
263 B
SQL

use registry;
insert into replication_target (name, url, username, password) values ('test', 'http://10.117.171.31', 'admin', 'Harbor12345');
insert into replication_policy (name, project_id, target_id, enabled, start_time) value ('test_policy', 1, 1, 1, NOW());