Skip to content

Commit ea18558

Browse files
committed
fix: default static file
1 parent e49283a commit ea18558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/server/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func NewConfig() *Config {
8787
Middlewares: []string{},
8888
EnableProfiling: true,
8989
EnableMetrics: true,
90-
StaticLocations: "/etc/iam/template/*",
90+
StaticLocations: "",
9191
Jwt: &JwtInfo{
9292
Realm: "iam jwt",
9393
Timeout: 1 * time.Hour,

0 commit comments

Comments
 (0)