Skip to content

Commit

Permalink
Move duga-specific configuration from grails-app/conf to src/main/res…
Browse files Browse the repository at this point in the history
…ources
  • Loading branch information
Zomis committed Feb 21, 2016
1 parent 4e92b65 commit 4092192
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### Duga-specific

duga.groovy
duga.conf


docker/webapp/

Expand Down Expand Up @@ -120,10 +125,3 @@ com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties



### Duga-specific

grails-app/conf/duga.groovy
duga.conf
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ How to run Duga on Docker

Clone the duga repository

Edit `grails-app/conf/duga_example.groovy` to set your settings. Leave the dataSource configuration as-is. Also rename this to `duga.groovy`
Edit `src/main/resources/duga_example.groovy` to set your settings. Leave the dataSource configuration as-is. Also rename this to `duga.groovy`

Run `./gradlew war`

Expand Down
File renamed without changes.

0 comments on commit 4092192

Please sign in to comment.