Create -sample config files to avoid credentials in repo

This commit is contained in:
Michael Snoyman 2014-10-24 13:57:40 +03:00
parent 20a95b4d24
commit 881e7076fa
4 changed files with 9 additions and 0 deletions

4
.gitignore vendored
View File

@ -14,3 +14,7 @@ cabal.sandbox.config
*.swp
/dev-blob-store/
TAGS
/config/postgresql.yml
/config/settings.yml
/tarballs/
stackage-server.keter

View File

@ -6,3 +6,8 @@ Server for stable, curated Haskell package sets
Code builds with the Stackage snapshot:
remote-repo: stackage:http://www.stackage.org/stackage/aecbf72b568a63e86a971311fee5475f076043cc
Inside the config directory, there are two files ending in `-sample`. They
should be copied to remove the `-sample` suffix for the site to work. We do it
this way to avoid accidentally committing real database credentials into the
Git repository.