You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
-6
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,6 @@ which produces:
46
46
"baseUrl": "<your base url including /rest/api>",
47
47
"user": "<your username>",
48
48
"pass": "<your password>",
49
-
"cleanupLocalAttachmentFiles": false,
50
49
"personalAccessToken": "<your personal access token (can be set instead of username/password)>",
51
50
"cachePath": "build",
52
51
"prefix": "This document is automatically generated. Please don't edit it directly!",
@@ -60,8 +59,6 @@ which produces:
60
59
}
61
60
```
62
61
63
-
If `cleanupLocalAttachmentFiles` is set to true, we disable caching attachment files locally.
64
-
65
62
### Continuous Integration
66
63
67
64
In most scenarios it is not recommended storing your credentials in the configuration file, because you will probably add it to your VCS. Instead, it is recommended to provide the following environment variables in your build pipeline (GitLab CI, GitHub Actions, Jenkins, ...):
@@ -138,7 +135,6 @@ const config = {
138
135
prefix:"This document is automatically generated. Please don't edit it directly!",
139
136
insecure:false,
140
137
force:false,
141
-
cleanupLocalAttachmentFiles:true,
142
138
fileRoot:"/usr/bin/myawesomefolder",
143
139
pages: [
144
140
{
@@ -153,8 +149,6 @@ const config = {
153
149
awaitcosmere(config);
154
150
```
155
151
156
-
If `cleanupLocalAttachmentFiles` is set to true, we disable caching attachment files locally.
0 commit comments