Skip to content

Commit

Permalink
Merged branch bugfix/onemoretime into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
horia141 committed Dec 14, 2024
1 parent 72549a7 commit 0f2c734
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ services:
name: jupiter-webapi
type: web
property: port
- key: DOCS_URL
fromService:
name: jupiter-docs
type: web
property: hostport
# - key: DOCS_URL
# fromService:
# name: jupiter-docs
# type: web
# property: hostport
- type: web
name: jupiter-webapi
runtime: docker
Expand Down
2 changes: 1 addition & 1 deletion src/cli/Config.project
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BASENAME=jupiter-cli
PORT=0
DESCRIPTION="The CLI client for Thrive"
DOCS_URL=https://jupiter-docs.onrender.com
DOCS_INIT_WORKSPACE_URL=${DOCS_URL}/en/stable/tutorial/
DOCS_INIT_WORKSPACE_URL=${DOCS_URL}/tutorial
SESSION_INFO_PATH=./session-info
SQLITE_DB_URL=sqlite+aiosqlite:///jupiter.sqlite
ALEMBIC_INI_PATH=./core/migrations/alembic.ini
Expand Down
2 changes: 1 addition & 1 deletion src/cli/Config.project.docker
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HOSTING=local
BASENAME=jupiter-cli
DESCRIPTION="The CLI client for Thrive"
DOCS_URL=https://jupiter-docs.onrender.com
DOCS_INIT_WORKSPACE_URL=${DOCS_URL}/en/stable/how-tos/workspaces/init-a-workspace/
DOCS_INIT_WORKSPACE_URL=${DOCS_URL}/tutorial
SESSION_INFO_PATH=/data/session-info
SQLITE_DB_URL=sqlite+aiosqlite:////data/jupiter.sqlite
ALEMBIC_INI_PATH=/jupiter/src/core/migrations/alembic.ini
Expand Down
2 changes: 1 addition & 1 deletion src/webui/Config.project
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TITLE="Thrive - Dev"
DESCRIPTION="The Thrive Web application"
LOCAL_WEBAPI_SERVER_URL="http://127.0.0.1:8010"
LOCAL_WEBAPI_PROGRESS_REPORTER_URL="ws://localhost:8010/progress-reporter"
_HOSTED_GLOBAL_WEBAPI_SERVER_PORT=WILL-BE-FILLED-BY-RENDER
_HOSTED_GLOBAL_WEBAPI_SERVER_HOST=WILL-BE-FILLED-BY-RENDER
_HOSTED_GLOBAL_WEBAPI_SERVER_PORT=WILL-BE-FILLED-BY-RENDER
DOCS_URL=http://localhost:8000/
SESSION_COOKIE_SECRET=L833PUM3M4M3QQQKWCS3V2EPCQC48VAECMZJNVNM689CINYMH4FCQN5159C171Q6
Expand Down
2 changes: 1 addition & 1 deletion src/webui/Config.project.docker
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TITLE="Thrive"
DESCRIPTION="The Thrive Web application"
LOCAL_WEBAPI_SERVER_URL="http://127.0.0.1:10000"
LOCAL_WEBAPI_PROGRESS_REPORTER_URL="ws://localhost:10000/progress-reporter"
_HOSTED_GLOBAL_WEBAPI_SERVER_PORT=WILL-BE-FILLED-BY-RENDER
_HOSTED_GLOBAL_WEBAPI_SERVER_HOST=WILL-BE-FILLED-BY-RENDER
_HOSTED_GLOBAL_WEBAPI_SERVER_PORT=WILL-BE-FILLED-BY-RENDER
DOCS_URL=https://jupiter-docs.onrender.com
SESSION_COOKIE_SECRET=FAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKEFAKE
Expand Down

0 comments on commit 0f2c734

Please sign in to comment.