last changes

This commit is contained in:
fahed
2026-02-16 10:59:55 +03:00
parent e92f11241d
commit 9bb4ecb0dd
808 changed files with 106431 additions and 0 deletions

11
server/.env.example Normal file
View File

@@ -0,0 +1,11 @@
# 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=