diff options
| author | Jules LaPlace <jules@okfoc.us> | 2015-04-13 12:02:10 -0400 |
|---|---|---|
| committer | Jules LaPlace <jules@okfoc.us> | 2015-04-13 12:02:10 -0400 |
| commit | 65c79336e84abc9b9bbcd6b3d1eb3a960c6ec014 (patch) | |
| tree | cb20ad3469f2d2ebe26e77e3a52d8e0b672b1953 /Readme.md | |
| parent | 7d0d1755340168fd938b6326c6cc6c170c02c37e (diff) | |
markdown
Diffstat (limited to 'Readme.md')
| -rw-r--r-- | Readme.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -7,11 +7,13 @@ * create a file `site/.env` with the following environment variables set: - S3_KEY=... - S3_SECRET=... - S3_BUCKET=... - OK_USER=... - OK_PASS=... +``` +S3_KEY=... +S3_SECRET=... +S3_BUCKET=... +OK_USER=... +OK_PASS=... +``` * customize routes in site/index.js as needed * run ./install.sh |
