this repo has no description
0
fork

Configure Feed

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

beemo: remove legacy env var (#624)

authored by

bnewbold and committed by
GitHub
f50c8520 2c95341c

+1 -1
+1 -1
cmd/beemo/main.go
··· 53 53 Name: "admin-host", 54 54 Usage: "method, hostname, and port of admin interface (eg, Ozone), for direct links", 55 55 Value: "http://localhost:3000", 56 - EnvVars: []string{"ATP_ADMIN_HOST", "ATP_REDSKY_HOST"}, 56 + EnvVars: []string{"ATP_ADMIN_HOST"}, 57 57 }, 58 58 &cli.StringFlag{ 59 59 Name: "handle",