Initial commit
This commit is contained in:
17
templates/astro/.env.example
Normal file
17
templates/astro/.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# TinaCloud Credentials
|
||||
# Get these from https://app.tina.io after creating a project
|
||||
|
||||
# Note: Astro requires PUBLIC_ prefix for client-exposed variables
|
||||
|
||||
# Client ID (public, safe to expose)
|
||||
PUBLIC_TINA_CLIENT_ID=your_client_id_here
|
||||
|
||||
# Read-only token (keep secret, NOT public)
|
||||
# This should not have PUBLIC_ prefix as it's server-side only
|
||||
TINA_TOKEN=your_read_only_token_here
|
||||
|
||||
# Git branch
|
||||
PUBLIC_GITHUB_BRANCH=main
|
||||
|
||||
# For self-hosted backend
|
||||
# PUBLIC_TINA_API_URL=/api/tina/gql
|
||||
Reference in New Issue
Block a user