config: switch Sveltia backend to localhost (tunnels closed)
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
# Sveltia CMS config — backend: local Gitea (demo). Editors log in via Gitea OAuth
|
# Sveltia CMS config — backend: local Gitea (demo). Editors log in via Gitea OAuth
|
||||||
# (PKCE, no client secret); edits are committed to the ctao/portal repo in Gitea.
|
# (PKCE, no client secret); edits are committed to the ctao/portal repo in Gitea.
|
||||||
# NOTE: base_url/api_root point at an ephemeral cloudflared quick tunnel — if the
|
# Local-only setup: for phone demos switch base_url/api_root to a cloudflared
|
||||||
# tunnel restarts, update these URLs and the OAuth app redirect_uri in Gitea.
|
# tunnel URL and update the OAuth redirect_uri + Gitea ROOT_URL accordingly.
|
||||||
backend:
|
backend:
|
||||||
name: gitea
|
name: gitea
|
||||||
repo: ctao/portal
|
repo: ctao/portal
|
||||||
branch: main
|
branch: main
|
||||||
base_url: https://lyrics-carpet-bingo-adams.trycloudflare.com
|
base_url: http://localhost:3010
|
||||||
api_root: https://lyrics-carpet-bingo-adams.trycloudflare.com/api/v1
|
api_root: http://localhost:3010/api/v1
|
||||||
app_id: 73c02331-8842-4ddc-b769-8b09c3c422fb
|
app_id: 73c02331-8842-4ddc-b769-8b09c3c422fb
|
||||||
|
|
||||||
media_folder: "public/uploads"
|
media_folder: "public/uploads"
|
||||||
|
|||||||
Reference in New Issue
Block a user