Description:
Update Load(appStack *AppStack) *Config so that MINIO_BUCKET_NAME uses "go-ep-core" as the default value instead of "auth-tmpl".
Tasks:
Uses MINIO_BUCKET_NAME if present.
Falls back to "go-ep-core" if not set.
MINIO_SECURE continues to be required via mustGetEnv.
Application starts successfully using the new default bucket name.
Description:
Update Load(appStack *AppStack) *Config so that MINIO_BUCKET_NAME uses "go-ep-core" as the default value instead of "auth-tmpl".
Tasks:
Uses MINIO_BUCKET_NAME if present.
Falls back to "go-ep-core" if not set.
MINIO_SECURE continues to be required via mustGetEnv.
Application starts successfully using the new default bucket name.