aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2018-01-14 21:59:46 -0500
committerAlec Warner <antarus@gentoo.org>2018-01-14 21:59:46 -0500
commit3058a6d2c23250791dc3d7a9a570f73e98509dd7 (patch)
tree24e9c30fc19490288f0f3d171a082dabcbe8fce5 /README.md
parentPortage::Util::History::for: include entire dir for history. (diff)
downloadpackages-5-3058a6d2c23250791dc3d7a9a570f73e98509dd7.tar.gz
packages-5-3058a6d2c23250791dc3d7a9a570f73e98509dd7.tar.bz2
packages-5-3058a6d2c23250791dc3d7a9a570f73e98509dd7.zip
Change secrets dist to pull from env.
Its fairly simple to just copy this to secrets.yml and program docker (or whatever) to set the right env vars. Its kind of gross; but the existing deployment (on p.g.o) ships its own secrets.yml, so it won't notice this change.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index ab1a989..5769d49 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,13 @@ Copyright © 2015–17 [Alex Legler](mailto:a3li@gentoo.org)
## Installation instructions
-soon
+
+## Configuration
+
+ELASTICSEARCH_URL is where the app thinks ES lives; it defaults to localhost:9200.
+REDIS_URL is the URL where sidekiq looks for redis. It defaults to localhost:6379.
+
+Configure config/secrets.yml.
## Contributions