22 lines
678 B
Bash
22 lines
678 B
Bash
VITE_API_URL='https://localhost:44344'
|
||
VITE_CDN_URL='http://localhost:4005'
|
||
VITE_REACT_APP_VERSION=$npm_package_version
|
||
VITE_AI_URL='https://ai.sozsoft.com/webhook/'
|
||
VITE_GOOGLE_MAPS_API_KEY='AIzaSyAefS2rvF-xwq7OHpZ27UYxXPbMo6OwACc'
|
||
# Google Cloud Console’da:
|
||
|
||
# APIs & Services > Enabled APIs & services bölümüne gir.
|
||
# Şunların aktif olduğundan emin ol:
|
||
# Maps JavaScript API
|
||
# Places API
|
||
|
||
# Eğer ileride koordinat/adres çözümleme yapıyorsan ayrıca:
|
||
|
||
# Geocoding API
|
||
# APIs & Services > Credentials > API Key içine gir.
|
||
# API restrictions bölümünde:
|
||
|
||
# Eğer Restrict key seçiliyse, izinli API listesine şunları ekle:
|
||
|
||
# Maps JavaScript API
|
||
# Places API
|