# HG changeset patch # User Wimpie Nortje # Date 1592078765 -7200 # Sat Jun 13 22:06:05 2020 +0200 # Node ID 91a678fc4dcdd98e75f161951920b2ad7a0a911f # Parent 10e139c1a6daa7ee8c944947560897fa71ac59b3 Add README about secrets file. diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -101,6 +101,16 @@ * There are configuration files for Nginx and Systemd in the config directory of the repo. * Clone the modified feather repo on the server. +* Create a directory `config` next to the cloned repo directory. +* Inside `config` create a file `cfg-feather.lisp` with the following format: +``` +( + :db-user "prod-user" + :db-name "prod-db-name" + :db-pwd "prod-pwd" + :db-host "prod-host" +) +``` ### Deploy