Skip to content

Commit

Permalink
Make services.env a template
Browse files Browse the repository at this point in the history
  • Loading branch information
palango committed Jul 19, 2019
1 parent 3ad6bc9 commit 005d53c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
12 changes: 0 additions & 12 deletions deployment/services.env

This file was deleted.

17 changes: 17 additions & 0 deletions deployment/services.env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Make a copy called `services.env` and replace all <PLACEHOLDERS>.

PFS_HOST=0.0.0.0
PFS_KEYSTORE_FILE=/keystore/<FILENAME>
PFS_PASSWORD=<PASSWORD>
PFS_LOG_LEVEL=DEBUG

MS_KEYSTORE_FILE=/keystore/<FILENAME>
MS_PASSWORD=<PASSWORD>
MS_LOG_LEVEL=DEBUG

MSRC_KEYSTORE_FILE=/keystore/<FILENAME>
MSRC_PASSWORD=<PASSWORD>
MSRC_LOG_LEVEL=DEBUG

## Enable and set to enable sentry
# SENTRY_DSN=<SENTRY_DSN>

0 comments on commit 005d53c

Please sign in to comment.