mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
Create -sample config files to avoid credentials in repo
This commit is contained in:
parent
20a95b4d24
commit
881e7076fa
4
.gitignore
vendored
4
.gitignore
vendored
@ -14,3 +14,7 @@ cabal.sandbox.config
|
|||||||
*.swp
|
*.swp
|
||||||
/dev-blob-store/
|
/dev-blob-store/
|
||||||
TAGS
|
TAGS
|
||||||
|
/config/postgresql.yml
|
||||||
|
/config/settings.yml
|
||||||
|
/tarballs/
|
||||||
|
stackage-server.keter
|
||||||
|
|||||||
@ -6,3 +6,8 @@ Server for stable, curated Haskell package sets
|
|||||||
Code builds with the Stackage snapshot:
|
Code builds with the Stackage snapshot:
|
||||||
|
|
||||||
remote-repo: stackage:http://www.stackage.org/stackage/aecbf72b568a63e86a971311fee5475f076043cc
|
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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user