Files
hihala-dashboard/server/.env.example
2026-02-16 10:59:55 +03:00

12 lines
330 B
Plaintext

# Salla OAuth Credentials (from Salla Partners dashboard)
SALLA_CLIENT_ID=your_client_id_here
SALLA_CLIENT_SECRET=your_client_secret_here
SALLA_REDIRECT_URI=http://localhost:3001/auth/callback
# Server port
SALLA_SERVER_PORT=3001
# After OAuth, these will be populated automatically
# SALLA_ACCESS_TOKEN=
# SALLA_REFRESH_TOKEN=