mirror of
https://github.com/wekan/wekan.git
synced 2026-01-25 10:46:09 +01:00
- Add CORS https://enable-cors.org/server_meteor.html
- Add missing LDAP and TIMER environment variables. Thanks to xet7 ! Closes wekan/wekan-snap#69
This commit is contained in:
parent
fa6b2e5679
commit
b788deb002
10 changed files with 464 additions and 310 deletions
|
|
@ -34,6 +34,8 @@ services:
|
|||
# Wekan Export Board works when WITH_API=true.
|
||||
# If you disable Wekan API with false, Export Board does not work.
|
||||
- WITH_API=true
|
||||
# CORS: Set Access-Control-Allow-Origin header. Example: *
|
||||
#- CORS=*
|
||||
# Optional: Integration with Matomo https://matomo.org that is installed to your server
|
||||
# The address of the server where Matomo is hosted.
|
||||
# example: - MATOMO_ADDRESS=https://example.com/matomo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue