jtc-overlay/app-office/wekan/files/wekan.confd

8 lines
249 B
Plaintext
Raw Normal View History

2022-08-30 19:46:53 +00:00
# config file for /etc/init.d/wekan
WEKAN_MONGO_URL="mongodb://localhost:27017/wekan"
WEKAN_ROOT_URL="http://localhost:8080/"
WEKAN_PORT="8080"
WEKAN_MAIL_URL="smtp://user:pass@mailserver.examples.com:25/"
WEKAN_MAIL_FROM="wekan-admin@example.com"