-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (25 loc) · 1.4 KB
/
.env.example
File metadata and controls
30 lines (25 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Supabase — banco de dados e autenticação
# Copie este arquivo para .env.local e preencha com os valores do seu projeto Supabase
# (https://supabase.com/dashboard → Settings → API)
EXPO_PUBLIC_SUPABASE_URL=https://SEU_PROJECT_ID.supabase.co
EXPO_PUBLIC_SUPABASE_ANON_KEY=SEU_ANON_KEY_AQUI
# SonarCloud — análise de qualidade de código
# Gere em https://sonarcloud.io/account/security (User Token)
SONAR_TOKEN=SEU_SONAR_TOKEN_AQUI
# Sentry — monitoramento de erros e performance
# DSN: Settings → Projects → Client Keys (DSN)
# Auth Token: Settings → Auth Tokens (Organization Token)
# Personal Token: Settings → Account → API → Auth Tokens
EXPO_PUBLIC_SENTRY_DSN=SEU_SENTRY_DSN_AQUI
SENTRY_AUTH_TOKEN=SEU_SENTRY_AUTH_TOKEN_AQUI
SENTRY_AUTH_PERSONAL_TOKEN=SEU_SENTRY_PERSONAL_TOKEN_AQUI
# Expo — autenticação com EAS (builds, updates, submits)
# Gere em https://expo.dev/accounts/[org]/settings/access-tokens
EXPO_AUTH_TOKEN=SEU_EXPO_AUTH_TOKEN_AQUI
# Jules (Google) — agente de código AI via Gemini API
# Gere em https://jules.google.com → Settings → API Keys
JULES_API_KEY=SEU_JULES_API_KEY_AQUI
# Firebase — google-services.json
# Obtenha no Firebase Console → Project Settings → Your Apps → Android
# Coloque o arquivo na raiz do projeto como google-services.json
# Em builds EAS, use: eas secret:create --name GOOGLE_SERVICES_JSON --type file --value ./google-services.json