15 lines
342 B
Plaintext
15 lines
342 B
Plaintext
# Environment Variables
|
|
|
|
# Supabase
|
|
SUPABASE_URL=https://your-project.supabase.co
|
|
SUPABASE_ANON_KEY=your-anon-key-here
|
|
|
|
# Gitea (NICHT IN GIT COMMITEN!)
|
|
GITEA_URL=http://192.168.1.142:3000
|
|
GITEA_TOKEN=ec01d92db7f02dec1089cbb00076d9cbd533fd3f
|
|
GITEA_USER=Firstly
|
|
|
|
# App Configuration
|
|
NODE_ENV=development
|
|
API_BASE_URL=http://localhost:3000/api
|