File tree Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -304,14 +304,6 @@ services:
304
304
pull : default
305
305
image : gitea/test-openldap:latest
306
306
307
- - name : minio
308
- image : minio/minio:RELEASE.2020-05-16T01-33-21Z
309
- commands :
310
- - minio server /data
311
- environment :
312
- MINIO_ACCESS_KEY : 123456
313
- MINIO_SECRET_KEY : 123456
314
-
315
307
steps :
316
308
- name : fetch-tags
317
309
pull : default
Original file line number Diff line number Diff line change @@ -86,14 +86,4 @@ SECRET_KEY = 9pCviYTWSb
86
86
INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE0OTI3OTU5ODN9.OQkH5UmzID2XBdwQ9TAI6Jj2t1X-wElVTjbE7aoN4I8
87
87
88
88
[oauth2]
89
- JWT_SECRET = KZb_QLUd4fYVyxetjxC4eZkrBgWM2SndOOWDNtgUUko
90
-
91
- [attachment]
92
- STORE_TYPE = minio
93
- MINIO_ENDPOINT = minio:9000
94
- MINIO_ACCESS_KEY_ID = 123456
95
- MINIO_SECRET_ACCESS_KEY = 123456
96
- MINIO_BUCKET = gitea
97
- MINIO_LOCATION = us-east-1
98
- MINIO_BASE_PATH = attachments/
99
- MINIO_USE_SSL = false
89
+ JWT_SECRET = KZb_QLUd4fYVyxetjxC4eZkrBgWM2SndOOWDNtgUUko
You can’t perform that action at this time.
0 commit comments