erp-platform/ui/.env
2025-05-30 14:27:38 +03:00

15 lines
No EOL
536 B
Bash

APPLICATION_BASEURL='http://localhost:4200'
APPLICATION_NAME='Platform'
APPLICATION_LOGOURL=''
OAUTH_ISSUER='https://localhost:44344/'
OAUTH_REDIRECTURI='http://localhost:4200'
OAUTH_CLIENTID='Platform_App'
OAUTH_RESPONSETYPE='code'
OAUTH_SCOPE='offline_access Platform'
OAUTH_REQUIREHTTPS=true
VITE_API_URL='https://localhost:44344/'
API_ROOTNAMESPACE='Kurs.Platform'
VITE_CDN_URL='http://localhost:4005'
VITE_REACT_APP_VERSION=$npm_package_version
VITE_AI_URL='https://ai.sozsoft.com/webhook/'
VITE_COMPANY_URL='http://localhost:3003'