-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (21 loc) · 853 Bytes
/
Copy path.env.example
File metadata and controls
26 lines (21 loc) · 853 Bytes
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
# Environment Configuration
# Supabase Configuration
VITE_SUPABASE_URL=your_supabase_url_here
VITE_SUPABASE_ANON_KEY=your_supabase_anon_key_here
# Twitch Configuration
VITE_TWITCH_CLIENT_ID=your_twitch_client_id_here
VITE_TWITCH_CLIENT_SECRET=your_twitch_client_secret_here
# Galaxy API Configuration
GALAXY_API_KEY=your_galaxy_api_key_here
GALAXY_API_SECRET_KEY=your_galaxy_api_secret_key_here
GALAXY_CAMPAIGN_ID=your_galaxy_campaign_id_here
GALAXY_SERVICE_ID=your_galaxy_service_id_here
GALAXY_COUNTRY_CODE=tn
GALAXY_LANGUAGE_CODE=fr
GALAXY_BASE_URL=https://galaxy-api.galaxydve.com
# Riot Games Configuration
VITE_RIOT_KEY=your_riot_key_here
# Project Configuration
# Specifies which configuration to load from project_configurations table
# Available values: 'default', 'test', or any custom config_id you create
VITE_PROJECT_CONFIG_ID=default