We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e9c84 commit c67e92dCopy full SHA for c67e92d
grails-app/conf/application.groovy
@@ -273,7 +273,7 @@ environments {
273
security.cas.contextPath =
274
ecodata.baseUrl = 'http://localhost:8080/ws/'
275
upload.images.url = grails.serverURL+'/image/'
276
- upload.images.path = "~/data/${appName}/images/"
+ upload.images.path = "${System.getProperty('user.home')}/data/${appName}/images/"
277
emailFilter = /[A-z0-9._%-]+@csiro\.au|chris\.godwin\.ala@gmail.com|[A-z0-9._%-]+@dcceew\.gov\.au/
278
logging.dir = '.'
279
ecodata.service.url = 'http://localhost:8080/ws'
0 commit comments