-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b65d425
commit 44c81a1
Showing
6 changed files
with
80 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[global] | ||
RPC_URL= | ||
ENVIRONMENT= | ||
ALIGNED_CONFIG_FILE= | ||
PHX_HOST= | ||
ELIXIR_HOSTNAME= | ||
DB_NAME= | ||
DB_USER= | ||
DB_PASS= | ||
DB_HOST= | ||
TRACKER_API_URL= | ||
SECRET_KEY_BASE= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
infra/ansible/playbooks/templates/explorer/explorer_env.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
export RPC_URL={{ RPC_URL }} | ||
export ENVIRONMENT={{ ENVIRONMENT }} | ||
export ALIGNED_CONFIG_FILE={{ ALIGNED_CONFIG_FILE }} | ||
export PHX_HOST={{ PHX_HOST }} | ||
export ELIXIR_HOSTNAME={{ ELIXIR_HOSTNAME }} | ||
|
||
# Database | ||
export DB_NAME={{ DB_NAME }} | ||
export DB_USER={{ DB_USER }} | ||
export DB_PASS={{ DB_PASS }} | ||
export DB_HOST={{ DB_HOST }} | ||
|
||
# Tracker API | ||
export TRACKER_API_URL={{ TRACKER_API_URL }} | ||
export SECRET_KEY_BASE={{ SECRET_KEY_BASE }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters