Changing the logo #10525
Unanswered
sudadabdul
asked this question in
Q&A
Changing the logo
#10525
Replies: 2 comments 2 replies
-
Same error here |
Beta Was this translation helpful? Give feedback.
2 replies
-
@sudadabdul Can you share the error logs? The application config should be like this, can you verify the same? applicationConfig:
logoConfig:
customLogoUrlPath: ${OM_CUSTOM_LOGO_URL_PATH:-""} #login page logo
customMonogramUrlPath: ${OM_CUSTOM_MONOGRAM_URL_PATH:-""} #nav bar logo
loginConfig:
maxLoginFailAttempts: ${OM_MAX_FAILED_LOGIN_ATTEMPTS:-3}
accessBlockTime: ${OM_LOGIN_ACCESS_BLOCK_TIME:-600}
jwtTokenExpiryTime: ${OM_JWT_EXPIRY_TIME:-3600}
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I've been trying to change the logo by following the "How to add a custom logo for the application" docs, but I get error that states that applicationConfig is not valid. How can I fix it or How can I change the logo?
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions