Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .devcontainer/devcontainer.json

This file was deleted.

14 changes: 7 additions & 7 deletions .example.env
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,7 @@ NEXT_PUBLIC_APP_NAME=GhostClass

# ⚠️ App version displayed in footer and health checks
# 🔨 Build-time (Infisical `/build-time` folder)
NEXT_PUBLIC_APP_VERSION=4.3.6

# ⚠️ Minimum supported app version required to bypass forced update
# 🚀 Runtime (Infisical `/runtime` folder → Server Env Var)
MIN_APP_VERSION=4.3.6
NEXT_PUBLIC_APP_VERSION=4.3.7

# ⚠️ Your production domain WITHOUT https://
# All URL-based variables are derived from this.
Expand Down Expand Up @@ -234,7 +230,7 @@ NEXT_PUBLIC_ENABLE_SW_IN_DEV=false
# ----------------------------------------------------------------------------

# ℹ️ Android Package Name (e.g., com.ghostclass.app)
# 🔨 Build-time / 🚀 Runtime (Infisical `/build-time` folder / Runtime variable)
# 🔨 Build-time (Infisical `/build-time` folder )
NEXT_PUBLIC_ANDROID_PACKAGE_NAME=com.devakesu.apps.ghostclass

# ⚠️ Base64-encoded google-services.json file for Firebase / Google Services Plugin
Expand Down Expand Up @@ -361,6 +357,10 @@ JWE_PRIVATE_KEY=
# Mobile Security & Attestation (Zero-Trust)
# ----------------------------------------------------------------------------

# ⚠️ Minimum supported app version required to bypass forced update
# 🚀 Runtime (Infisical `/runtime` folder → Server Env Var)
MIN_APP_VERSION=4.3.7

# ℹ️ Enforce Firebase App Check for all mobile clients in production
# Valid: "true", "false" (default: false in dev, true recommended in prod)
# 🚀 Runtime (Infisical `/runtime` folder → Server Env Var)
Expand Down Expand Up @@ -563,7 +563,7 @@ ALLOW_APP_DOMAIN_LOCALHOST_FALLBACK=false
# 🔑 CI/CD (Infisical `/ci` folder → GitHub CI/CD)
CODECOV_TOKEN=

# ── Supabase migration deployment (deploy-supabase.yaml) ────────────────────
# ── Deployment workflow (deploy.yml) ────────────────────────────────────────
# 🔑 CI/CD (Infisical `/ci` folder → GitHub CI/CD)
SUPABASE_ACCESS_TOKEN=
SUPABASE_DB_PASSWORD=
Expand Down
41 changes: 0 additions & 41 deletions .github/workflows/deploy-prod.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/deploy-supabase.yaml

This file was deleted.

Loading
Loading