Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added rpc connection parameters to the explorer config #1

Merged
merged 1 commit into from
Mar 28, 2019

Conversation

spukst3r
Copy link

Part of chainstack/orchestrator#187

Added new section to the explorer config, e.g.:

port 2750
host 0.0.0.0
datadir += [{
        "dirname": "/datadir",
        "loader": "default",
        "chain": "MultiChain nw-123-2",
        "policy": "MultiChain"
        }]
dbtype = sqlite3
connect-args = dockerchain.explorer.sqlite

rpc = {
    "user": "mystifying_johnson",
    "password": "hunter2",
    "connect": "host.example.com",
    "port": 443
}

Copy link

@hayorov hayorov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@hayorov hayorov merged commit 9ced7cf into master Mar 28, 2019
@hayorov hayorov deleted the feature/explorer-config branch April 6, 2019 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants