/home/techb158/trello-import.abdallabala.com/public/js
Edit: /home/techb158/trello-import.abdallabala.com/public/js/config.js (415B)
/*
* Replace appKey after creating your Power-Up in Trello Power-Up Admin.
* The API key is safe to include in client-side code. User tokens are stored by
* Trello's Power-Up REST client in private plugin data after user consent.
*/
window.TRELLO_IMPORT_CONFIG = {
appKey: "REPLACE_WITH_YOUR_TRELLO_POWERUP_API_KEY",
appName: "Import JSON/CSV",
appAuthor: "Your Name or Company",
appVersion: "1.0.0"
};