Commit c0df0f55 authored by Tushar's avatar Tushar
Browse files

Fix description in gitpod.yml and make FusionAuth

public
Showing with 24 additions and 6 deletions
+24 -6
......@@ -29,15 +29,27 @@ tasks:
npm run start
ports:
- port: 8065 # Enketo Express
- port: 8065
onOpen: ignore
visibility: public
- port: 3006 # Form Manager
description: Enketo Express
- port: 3006
onOpen: ignore
visibility: public
- port: 3000 # React Wrapper
description: Form Manager
- port: 3000
onOpen: ignore
visibility: public
- port: 8080 # React Wrapper
description: React Wrapper
- port: 8080
onOpen: ignore
visibility: public
\ No newline at end of file
visibility: public
description: Hasura
- port: 9011
onOpen: ignore
visibility: public
description: Fusion Auth
\ No newline at end of file
......@@ -41,7 +41,13 @@
"tenantId": "#{FUSIONAUTH_TENANT_ID}",
"body": {
"application": {
"name": "#{applicationName}"
"name": "#{applicationName}",
"oauthConfiguration": {
"enabledGrants": ["authorization_code", "refresh_token"]
},
"loginConfiguration": {
"allowTokenRefresh": true
}
}
}
},
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment