Fix gitea endpoint
This commit is contained in:
parent
0dcc87cccc
commit
e94fe95e23
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
};
|
||||
storage = {
|
||||
STORAGE_TYPE = "minio";
|
||||
MINIO_ENDPOINT = "https://minio.int.chir.rs/";
|
||||
MINIO_ENDPOINT = "minio.int.chir.rs:443";
|
||||
# minio credentials are exported in the environment
|
||||
MINIO_BUCKET = "gitea";
|
||||
MINIO_USE_SSL = "true";
|
||||
|
|
Loading…
Reference in a new issue