erp-platform/ui/.env

14 lines
494 B
Bash
Raw Normal View History

2025-05-06 06:45:49 +00:00
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
2025-08-11 06:34:44 +00:00
VITE_API_URL='https://localhost:44344'
2025-05-06 06:45:49 +00:00
API_ROOTNAMESPACE='Kurs.Platform'
VITE_CDN_URL='http://localhost:4005'
VITE_REACT_APP_VERSION=$npm_package_version
2025-08-11 06:34:44 +00:00
VITE_AI_URL='https://ai.sozsoft.com/webhook/'