Monorepo for Tangled tangled.org
858
fork

Configure Feed

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

appview/config: fix APPVIEW_NAME var #304

open opened by paeth.xyz targeting master from paeth.xyz/tangled-core: fix-appview-name

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

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:dzif5zfmzlbs6cdc67gzlv65/sh.tangled.repo.pull/3mkvpyn5vay22
+1 -1
Diff #0
+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

History

1 round 0 comments
sign up or login to add to the discussion
paeth.xyz submitted #0
1 commit
expand
appview/config: fix APPVIEW_NAME var
merge conflicts detected
expand
  • appview/config/config.go:15
expand 0 comments