Skip to content

Commit

Permalink
fix: Removed references to trainline
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleface committed Apr 28, 2017
1 parent e4810ab commit 43f23ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/env_development.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ module.exports = {
COZY_CREDENTIALS: fs.existsSync(tokenPath) ? fs.readFileSync(tokenPath) : 'NO TOKEN',
COZY_URL: 'http://cozy.tools:8080',
NODE_ENV: 'development',
COZY_FIELDS: `{"connector": "trainline", "account": "${accountId}", "folder_to_save": "trainline"}`,
COZY_FIELDS: `{"connector": "mykonnector", "account": "${accountId}", "folder_to_save": "folderPath"}`,
DEBUG: '*'
}

0 comments on commit 43f23ed

Please sign in to comment.