w3f / polkadot-validator-setup

Polkadot Validator Secure Setup
Apache License 2.0
217 stars 130 forks source link

Remove base_path as a default #151

Closed paradox-tt closed 3 years ago

paradox-tt commented 3 years ago

The base_path variable was defaulted to /mnt/volume in the inventory.sample file. This led to some issues for novice users as the path doesn't exist on their host and the service fails to start. I believe the default path (/home/polkadot/.local/...) should be used in all cases and /mnt/volume be used by exception.

lamafab commented 3 years ago

Thanks! Agree with that.