We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5c2df commit 9d6fb5cCopy full SHA for 9d6fb5c
.drone.yml
@@ -143,7 +143,7 @@ services:
143
- minio server /data
144
environment:
145
MINIO_ACCESS_KEY: 123456
146
- MINIO_SECRET_KEY: 123456
+ MINIO_SECRET_KEY: 12345678
147
148
steps:
149
- name: fetch-tags
integrations/mysql.ini.tmpl
@@ -45,7 +45,7 @@ BUILTIN_SSH_SERVER_USER = git
45
STORE_TYPE = minio
46
MINIO_ENDPOINT = minio:9000
47
MINIO_ACCESS_KEY_ID = 123456
48
-MINIO_SECRET_ACCESS_KEY = 123456
+MINIO_SECRET_ACCESS_KEY = 12345678
49
MINIO_BUCKET = gitea
50
MINIO_LOCATION = us-east-1
51
MINIO_BASE_PATH = attachments/
0 commit comments