Skip to content

Commit

Permalink
feat: setup base app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jun 14, 2019
1 parent 8e88431 commit 015599a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app/assets/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"app_id": 9000,
"state": "active",
"title": "My Awesome E-Com Plus App",
"slug": "my-app",
"version": "0.0.1",
"type": "external",
"authentication": true,
"auth_callback_uri": "https://my-app/ecom/auth-callback",
"auth_scope": {
"procedures": [
"POST"
]
},
"admin_settings": {
}
}

0 comments on commit 015599a

Please sign in to comment.