25 lines
654 B
Plaintext
25 lines
654 B
Plaintext
# Configuration de production pour BTP Xpress Frontend
|
|
# Ce fichier est utilisé pour la production
|
|
|
|
# API Backend - URL de production
|
|
NEXT_PUBLIC_API_URL=https://api.lions.dev/btpxpress
|
|
NEXT_PUBLIC_API_TIMEOUT=15000
|
|
|
|
# Keycloak Configuration
|
|
NEXT_PUBLIC_KEYCLOAK_URL=https://security.lions.dev
|
|
NEXT_PUBLIC_KEYCLOAK_REALM=btpxpress
|
|
NEXT_PUBLIC_KEYCLOAK_CLIENT_ID=btpxpress-frontend
|
|
|
|
# Application
|
|
NEXT_PUBLIC_APP_NAME=BTP Xpress
|
|
NEXT_PUBLIC_APP_VERSION=1.0.0
|
|
NEXT_PUBLIC_APP_DESCRIPTION=Plateforme de gestion BTP
|
|
NEXT_PUBLIC_APP_ENV=production
|
|
|
|
# Theme
|
|
NEXT_PUBLIC_DEFAULT_THEME=blue
|
|
NEXT_PUBLIC_DEFAULT_THEME_MODE=light
|
|
|
|
# Debug
|
|
NEXT_PUBLIC_DEBUG=false
|