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:
parent
513c690db3
commit
64af5f6eef
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ in {
|
||||||
MINIO_USE_SSL = true;
|
MINIO_USE_SSL = true;
|
||||||
MINIO_ENDPOINT = endpoint;
|
MINIO_ENDPOINT = endpoint;
|
||||||
MINIO_ACCESS_KEY_ID = accessKeyId;
|
MINIO_ACCESS_KEY_ID = accessKeyId;
|
||||||
MINIO_SECRET_ACCESS_KEY = "#BACKBLAZE_APPLICATION_SECRET#";
|
MINIO_SECRET_ACCESS_KEY = "BACKBLAZE_APPLICATION_SECRET";
|
||||||
MINIO_BUCKET = "jhemono-forgejo";
|
MINIO_BUCKET = "jhemono-forgejo";
|
||||||
MINIO_LOCATION = region;
|
MINIO_LOCATION = region;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue