refactor: default to development Environment outside nix module
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M internal/config/config.go → internal/config/config.go
@@ -93,6 +93,7 @@ Web: &Web{ ListenAddress: "localhost", Port: 3000, BaseURL: mustURL("http://localhost:3000"), + Environment: "development", ContentSecurityPolicy: CSP{ DefaultSrc: []string{"'self'"}, },