From d8b233611dafe6b456a1cb85d7e7b53c8790530f Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Thu, 14 May 2020 20:10:01 +0100 Subject: [PATCH] Update instructions for application.yml --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 15d70cb..f258b27 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ Then go to `http://localhost:8080` ./gradlew clean assemble ``` 2. Look in `build/libs` there should be a file `mucats-x.y.war`. Copy that to a folder somewhere. -3. Copy `grails-app/conf/application.yml` to the same folder -4. Edit the `application.yml` file and change `environments -> production -> dataSource -> dbCreate` to `update` You're ready to start your production deployment of MuCats! Type `java -jar mucats-x.y.war`. -You can configure many things from `application.yml` like different database backend and so on. Look around the internet for guides how to do that. +You can configure many things from a file called `application.yml` like different database backend and so on. Look around the internet for guides how to do that. To run MuCats with such custom configuration, copy `grails-app/conf/application.yml` to the same folder you copied the `war` file. + + ### Authentication