harbor/jobservice/populate.sql

4 lines
263 B
MySQL
Raw Normal View History

use registry;
insert into replication_target (name, url, username, password) values ('test', 'http://10.117.171.31', 'admin', 'Harbor12345');
2016-05-10 11:38:50 +00:00
insert into replication_policy (name, project_id, target_id, enabled, start_time) value ('test_policy', 1, 1, 1, NOW());