mirror of
https://github.com/wekan/wekan.git
synced 2026-01-07 01:58:49 +01:00
Added Kadira packages and env settings in Docker Compose
This commit is contained in:
parent
329c8d64a8
commit
7b5f02b4c8
3 changed files with 61 additions and 18 deletions
5
server/kadira.js
Normal file
5
server/kadira.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Meteor.startup(() => {
|
||||
const appId = process.env.KADIRA_APP_ID;
|
||||
const appSecret = process.env.KADIRA_APP_SECRET;
|
||||
Kadira.connect(appId, appSecret);
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue