mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-28 07:14:50 +09:00
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
|
$ createdb --encoding=UTF8 --owner=vervis vervis
|
||||||
|
|
||||||
Update `config/settings.yml` to specify correct database connection details and
|
Update the settings to specify correct database connection details and other
|
||||||
other settings.
|
settings.
|
||||||
|
|
||||||
|
$ cp config/settings-default.yaml config/settings.yml
|
||||||
$ vim config/settings.yml
|
$ vim config/settings.yml
|
||||||
|
|
||||||
Build.
|
Build.
|
||||||
|
|
1
_boring
1
_boring
|
@ -123,6 +123,7 @@
|
||||||
^yesod-devel(/|$)
|
^yesod-devel(/|$)
|
||||||
|
|
||||||
### vervis
|
### vervis
|
||||||
|
^config/settings\.yml$
|
||||||
^config/ssh-host-key$
|
^config/ssh-host-key$
|
||||||
^config/ssh-host-key\.pub$
|
^config/ssh-host-key\.pub$
|
||||||
^repos(/|$)
|
^repos(/|$)
|
||||||
|
|
Loading…
Reference in a new issue