Monorepo for Tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

appview/config: fix APPVIEW_NAME var

The nix module var and go struct env tag don't match. This updates
the config struct since it seems to have been the inconsistent one.

Signed-off-by: Kevin <tangled-jj@paeth.xyz>

authored by

Kevin and committed by
Tangled
972a6cec 0b318748

+1 -1
+1 -1
appview/config/config.go
··· 15 15 DbPath string `env:"DB_PATH, default=appview.db"` 16 16 ListenAddr string `env:"LISTEN_ADDR, default=0.0.0.0:3000"` 17 17 AppviewHost string `env:"APPVIEW_HOST, default=tangled.org"` 18 - AppviewName string `env:"APPVIEW_Name, default=Tangled"` 18 + AppviewName string `env:"APPVIEW_NAME, default=Tangled"` 19 19 Dev bool `env:"DEV, default=false"` 20 20 DisallowedNicknamesFile string `env:"DISALLOWED_NICKNAMES_FILE"` 21 21