vicariousdrama / cornychat

🌽 Corny Chat is an open source audio space built on Jam that integrates Nostr and Lightning
https://cornychat.com
GNU Affero General Public License v3.0
19 stars 6 forks source link

Install guidance for jam-config.json can be simplified #66

Closed vicariousdrama closed 1 month ago

vicariousdrama commented 2 months ago

Around lines 233-237 is this guidance

Edit the jam-config.json file

nano ~/cornychat/resources/jam-config.json

This file does not necessarily need to be modified for the domain name as the ui/server/app.js, which loads that file, will overwrite the urls in that section.

Related, the reference jam-config.json file could have generic data, or even eliminate the urls block to simplify docs and usage.