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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,17 +117,17 @@ There are a variety of configuration options detailed in the [application config
117
117
When deploying with docker, these can be overriden externally by creating/modifying `docker-compose.override.yml` as follows:
118
118
119
119
```yaml
120
-
version: '2'
120
+
version: '3.2'
121
121
services:
122
122
spring:
123
123
environment:
124
-
githubAPI.authentication: oauth
125
-
githubAPI.oauthToken: abcdefghhijklmnopqrstuvwxyz
124
+
applicationName: Common Workflow Language Viewer
125
+
applicationURL: https://view.commonwl.org
126
+
cacheDays: 1
126
127
```
127
128
128
129
The properties can alternatively be provided as system properties on the
129
-
command line, e.g. `-DgithubAPI.authentication=oauth`
130
-
`-DgithubAPI.oauthToken=abcdefghhijklmnopqrstuvwxyz`or via a [variety of other methods supported by Spring Boot](https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html)
130
+
command line, e.g. `-DcacheDays=1` or via a [variety of other methods supported by Spring Boot](https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html)
0 commit comments