Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-workflow
Commits
c0df0f55
Commit
c0df0f55
authored
2 years ago
by
Tushar
Browse files
Options
Download
Patches
Plain Diff
Fix description in gitpod.yml and make FusionAuth
public
parent
cfbc6547
main
dev
feat/centro
feature/formlistapi
fix/remove-forms
revert-67-contributeByGitpod
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitpod.yml
+17
-5
.gitpod.yml
kickstart/kickstart.json
+7
-1
kickstart/kickstart.json
with
24 additions
and
6 deletions
+24
-6
.gitpod.yml
+
17
−
5
View file @
c0df0f55
...
...
@@ -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
This diff is collapsed.
Click to expand it.
kickstart/kickstart.json
+
7
−
1
View file @
c0df0f55
...
...
@@ -41,7 +41,13 @@
"tenantId"
:
"#{FUSIONAUTH_TENANT_ID}"
,
"body"
:
{
"application"
:
{
"name"
:
"#{applicationName}"
"name"
:
"#{applicationName}"
,
"oauthConfiguration"
:
{
"enabledGrants"
:
[
"authorization_code"
,
"refresh_token"
]
},
"loginConfiguration"
:
{
"allowTokenRefresh"
:
true
}
}
}
},
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets