Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

[ad-hoc] [1] Fix sample config files #538

Closed
nikhilsaraf opened this issue Oct 16, 2020 · 0 comments
Closed

[ad-hoc] [1] Fix sample config files #538

nikhilsaraf opened this issue Oct 16, 2020 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@nikhilsaraf
Copy link
Contributor

Some of the sample config files have commented out sections that are objects or lists

Toml format requires objects and lists to be at the end

If you add a field in the toml file after an object it is considered to be inside the object. This may not match The expected data structure that expects it to be at the top level instead of inside the object.
Example: DB_OVERRIDE_ACCOUNT_ID

The solution is to move the commented and commented blocks That represent objects and lists to the end of the config files (such as Fee)

@nikhilsaraf nikhilsaraf added the bug Something isn't working label Oct 16, 2020
@nikhilsaraf nikhilsaraf added this to the v1.10.0 milestone Oct 16, 2020
@nikhilsaraf nikhilsaraf self-assigned this Oct 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant