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
bc1849db
Commit
bc1849db
authored
1 year ago
by
Tushar
Browse files
Options
Download
Patches
Plain Diff
Resolve minio_url
parent
53aa7e95
main
dev
feat/centro
feature/formlistapi
revert-67-contributeByGitpod
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.env
+1
-1
.env
.gitpod.yml
+1
-1
.gitpod.yml
with
2 additions
and
2 deletions
+2
-2
.env
+
1
−
1
View file @
bc1849db
...
...
@@ -21,7 +21,7 @@ FORM_MANAGER_BASE_URI=IP:PORT_OF_DEPLOYED_INSTANCE
# form manager
FORM_MANAGER_URL=http://form-manager:3006
MINIO_URL=
http://minio:9000
MINIO_URL=
IP:PORT_OF_DEPLOYED_MINIO
MINIO_ENDPOINT=minio
MINIO_PORT=9000
REDIS_HOST=fm-cache
...
...
This diff is collapsed.
Click to expand it.
.gitpod.yml
+
1
−
1
View file @
bc1849db
...
...
@@ -20,7 +20,7 @@ tasks:
gp sync-done dev-setup
# Not needed now, we can use docker-compose networking.. but one can use this in a script to repalce env vars at runtime in .env
# sed -i~ "/^FORM_MANAGER_URL=/s/=.*/=https\:\/\/3006-${GITPOD_WORKSPACE_URL:8}/" .env
#
sed -i~ "/^MINIO_URL=/s/=.*/=https\:\/\/9000-${GITPOD_WORKSPACE_URL:8}/" .env
sed -i~ "/^MINIO_URL=/s/=.*/=https\:\/\/9000-${GITPOD_WORKSPACE_URL:8}/" .env
# sed -i~ "/^MINIO_ENDPOINT=/s/=.*/=9000-${GITPOD_WORKSPACE_URL:8}/" .env
# sed -i~ "/^MINIO_PORT=/s/=.*/=80/" .env
# sed -i~ "/^MINIO_USE_SSL=/s/=.*/=true/" .env
...
...
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