Fix gitea endpoint

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-17 11:05:02 +01:00
parent 0dcc87cccc
commit e94fe95e23
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -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";