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

config dump writes out invalid config.toml #997

Open
jchappelow opened this issue Sep 19, 2024 · 0 comments
Open

config dump writes out invalid config.toml #997

jchappelow opened this issue Sep 19, 2024 · 0 comments

Comments

@jchappelow
Copy link
Member

for example:

RootDir = '/root/.kwild'

[app]
admin_listen_addr = '/tmp/kwild.socket'
admin_notls = false
admin_pass = ''
db_read_timeout = 60000000000.0
genesis_state = ''
hostname = '...'
http_listen_addr = '0.0.0.0:8080'
jsonrpc_listen_addr = '0.0.0.0:8484'
pg_db_host = 'kwil-postgres'
pg_db_name = 'kwild'
pg_db_pass = ''
pg_db_port = '5432'
pg_db_user = 'kwild'
private_key_path = '/root/.kwild/private_key'
profile_file = ''
profile_mode = ''
rpc_req_limit = 4200000.0
rpc_timeout = 45000000000.0
tls_cert_file = '/root/.kwild/rpc.cert'
tls_key_file = '/root/.kwild/rpc.key'

...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant