gofractally / psibase

Open source protocol enabling communities to easily self-host web applications
https://docs.psibase.io
MIT License
28 stars 7 forks source link

Fix bug writing config file with duplicated hostname #807

Closed swatanabe closed 3 months ago

swatanabe commented 3 months ago

It caused this:

= localhost:

because we edit a line by deleting and reinserting it and then the second instance attempts to read the key name (service) from a line that has been cleared, which causes it to get a blank key.