1
0

feat: move allow icon changes setting to api

This commit is contained in:
kolaente
2024-02-09 14:30:21 +01:00
parent 0f28767acc
commit d7dc209f15
4 changed files with 9 additions and 4 deletions

View File

@ -23,8 +23,6 @@
// It has to be the full url, including the last /api/v1 part and port.
// You can change this if your api is not reachable on the same port as the frontend.
window.API_URL = 'http://localhost:3456/api/v1'
// Allow changing the logo and other icons based on various occasions throughout the year.
window.ALLOW_ICON_CHANGES = true
// Allow using a custom logo via external URL.
window.CUSTOM_LOGO_URL = ''
</script>