Change filename of default settings, so that editted settings are separate
This commit is contained in:
parent
fc37f5e779
commit
c664ee9468
3 changed files with 4 additions and 2 deletions
|
@ -77,9 +77,10 @@ Create a PostgreSQL database:
|
|||
|
||||
$ createdb --encoding=UTF8 --owner=vervis vervis
|
||||
|
||||
Update `config/settings.yml` to specify correct database connection details and
|
||||
other settings.
|
||||
Update the settings to specify correct database connection details and other
|
||||
settings.
|
||||
|
||||
$ cp config/settings-default.yaml config/settings.yml
|
||||
$ vim config/settings.yml
|
||||
|
||||
Build.
|
||||
|
|
1
_boring
1
_boring
|
@ -123,6 +123,7 @@
|
|||
^yesod-devel(/|$)
|
||||
|
||||
### vervis
|
||||
^config/settings\.yml$
|
||||
^config/ssh-host-key$
|
||||
^config/ssh-host-key\.pub$
|
||||
^repos(/|$)
|
||||
|
|
Loading…
Reference in a new issue