Skip to content
This repository was archived by the owner on Oct 23, 2022. It is now read-only.

Commit 05cd3ce

Browse files
committed
[conf] Enables the config file
1 parent 3d06a2e commit 05cd3ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: grails-app/conf/Config.groovy

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// "file:${userHome}/.grails/${appName}-config.properties",
77
// "file:${userHome}/.grails/${appName}-config.groovy"]
88

9+
grails.config.locations = ["file:/etc/grails/${appName}-config.groovy"]
10+
911
// if(System.properties["${appName}.config.location"]) {
1012
// grails.config.locations << "file:" + System.properties["${appName}.config.location"]
1113
// }

0 commit comments

Comments
 (0)