From cbb067690b31a69d6ba6c543057ed75f2dd55414 Mon Sep 17 00:00:00 2001 From: Nathan Fischer Date: Wed, 10 Apr 2019 16:05:34 -0700 Subject: tidy up --- docs/pages/9 - Contrib Modules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/pages/9 - Contrib Modules.md b/docs/pages/9 - Contrib Modules.md index b979c677..7fc6b655 100644 --- a/docs/pages/9 - Contrib Modules.md +++ b/docs/pages/9 - Contrib Modules.md @@ -71,8 +71,8 @@ mill foo.flywayMigrate ``` > REMINDER: -> You should never check credentials into any code or source control. -> You should write some code to populate the settings for flyway. +> You should never hard-code credentials or check them into a version control system. +> You should write some code to populate the settings for flyway instead. > For example `def flywayPassword = T.input(T.ctx().env("FLYWAY_PASSWORD"))` ### Play Framework -- cgit v1.2.3