Change replacement variable

It seems that the ini was reformatted, turning end of line comments
introduce by the removed sharp character into before the line comment.
Replacing the value therefore didn't work.
This commit is contained in:
Julien Hémono 2024-10-20 18:41:35 +02:00
parent 513c690db3
commit 64af5f6eef

View file

@ -15,7 +15,7 @@ in {
MINIO_USE_SSL = true;
MINIO_ENDPOINT = endpoint;
MINIO_ACCESS_KEY_ID = accessKeyId;
MINIO_SECRET_ACCESS_KEY = "#BACKBLAZE_APPLICATION_SECRET#";
MINIO_SECRET_ACCESS_KEY = "BACKBLAZE_APPLICATION_SECRET";
MINIO_BUCKET = "jhemono-forgejo";
MINIO_LOCATION = region;
};