Skip to content

Commit

Permalink
Merge pull request #1 from fusor-io/feat/action-flow
Browse files Browse the repository at this point in the history
feat(action-flow): add visual scripting for event handling
  • Loading branch information
superglue777 authored Sep 19, 2021
2 parents 9dd9315 + af269e6 commit 84bbd00
Show file tree
Hide file tree
Showing 150 changed files with 17,459 additions and 126 deletions.
4 changes: 4 additions & 0 deletions .env.default
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ GOOGLE_CLOUD_PROJECT_ID=<project id>
GOOGLE_CLOUD_STORAGE_BUCKET=<project id>.appspot.com
GOOGLE_CLOUD_STORAGE_BACKUP_FOLDER=fusor-hub-backup

MESSENTE_URL=https://api.messente.com/v1/omnimessage
MESSENTE_SENDER=<registered sender phone number>
MESSENTE_USER=<user name>
MESSENTE_PASSWORD=<password>
23 changes: 13 additions & 10 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"explorer.compactFolders": false,
"cSpell.words": [
"Configurator",
"IFTTT",
"fusor",
"iogateway",
"jsonata"
],
"debug.javascript.autoAttachFilter": "onlyWithFlag"
}
"explorer.compactFolders": false,
"cSpell.words": [
"Configurator",
"IFTTT",
"MESSENTE",
"fusor",
"iogateway",
"jsonata",
"nestjs",
"omni"
],
"debug.javascript.autoAttachFilter": "onlyWithFlag"
}
Loading

0 comments on commit 84bbd00

Please sign in to comment.