6 lines
2.1 KiB
SQL
6 lines
2.1 KiB
SQL
INSERT INTO fad_oa.sys_oss_config (oss_config_id, config_key, access_key, secret_key, bucket_name, prefix, endpoint, domain, is_https, region, access_policy, status, ext1, create_by, create_time, update_by, update_time, remark) VALUES (1, 'minio', 'ruoyi', 'ruoyi123', 'ruoyi', '', '127.0.0.1:9000', '', 'N', '', '1', '1', '', 'admin', '2024-01-05 12:51:55', 'admin', '2024-01-10 22:21:00', null);
|
|
INSERT INTO fad_oa.sys_oss_config (oss_config_id, config_key, access_key, secret_key, bucket_name, prefix, endpoint, domain, is_https, region, access_policy, status, ext1, create_by, create_time, update_by, update_time, remark) VALUES (2, 'qiniu', 'xxx', 'ccc', 'test-barrel', '', 's3.test-north-1.qiniucs.com', 'oa.oss.test.cn', 'N', '', '0', '1', '', 'admin', '2024-01-05 12:51:55', 'admin', '2024-07-07 17:00:57', '');
|
|
INSERT INTO fad_oa.sys_oss_config (oss_config_id, config_key, access_key, secret_key, bucket_name, prefix, endpoint, domain, is_https, region, access_policy, status, ext1, create_by, create_time, update_by, update_time, remark) VALUES (3, 'aliyun', 'XXXXXXXXXXXXXXX', 'XXXXXXXXXXXXXXX', 'ruoyi', '', 'oss-cn-beijing.aliyuncs.com', '', 'N', '', '1', '1', '', 'admin', '2024-01-05 12:51:55', 'admin', '2024-01-05 12:51:55', null);
|
|
INSERT INTO fad_oa.sys_oss_config (oss_config_id, config_key, access_key, secret_key, bucket_name, prefix, endpoint, domain, is_https, region, access_policy, status, ext1, create_by, create_time, update_by, update_time, remark) VALUES (4, 'qcloud', 'XXXXXXXXXXXXXXX', 'XXXXXXXXXXXXXXX', 'ruoyi-1250000000', '', 'cos.ap-beijing.myqcloud.com', '', 'N', 'ap-beijing', '1', '1', '', 'admin', '2024-01-05 12:51:55', 'admin', '2024-01-05 12:51:55', null);
|
|
INSERT INTO fad_oa.sys_oss_config (oss_config_id, config_key, access_key, secret_key, bucket_name, prefix, endpoint, domain, is_https, region, access_policy, status, ext1, create_by, create_time, update_by, update_time, remark) VALUES (5, 'image', 'ruoyi', 'ruoyi123', 'ruoyi', 'image', '127.0.0.1:9000', '', 'N', '', '1', '1', '', 'admin', '2024-01-05 12:51:55', 'admin', '2024-02-22 05:39:26', null);
|