summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNathan Fischer <nfischer921@gmail.com>2019-04-10 16:05:34 -0700
committerTobias Roeser <le.petit.fou@web.de>2019-04-17 08:06:46 +0200
commitcbb067690b31a69d6ba6c543057ed75f2dd55414 (patch)
tree9d6df663e93055ec6c90081ac31b72f66bf41b3d /docs
parente9bf4bc1867750d73346aa558ebcf885b8a5cdc5 (diff)
downloadmill-cbb067690b31a69d6ba6c543057ed75f2dd55414.tar.gz
mill-cbb067690b31a69d6ba6c543057ed75f2dd55414.tar.bz2
mill-cbb067690b31a69d6ba6c543057ed75f2dd55414.zip
tidy up
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/9 - Contrib Modules.md4
1 files changed, 2 insertions, 2 deletions
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