14 lines
No EOL
494 B
Bash
14 lines
No EOL
494 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/' |