feat: create .env file with app configuration variables

Add environment variables for app configuration.
This commit is contained in:
Achintha Isuru
2025-11-18 13:48:56 -05:00
committed by GitHub
parent f438041a7c
commit 8fba9512e6

View File

@@ -0,0 +1,4 @@
BASE_URL='https://staging.app.krow.develop.express/graphql'
GOOGLE_MAP='AIzaSyDkUk8zB_rzGkQ8fbNACifyvBpSmbkBLXc'
ANDROID_STORE_URL='https://play.google.com/store/apps/details?id=com.krow.app.staff'
IOS_STORE_URL='https://apps.apple.com/us/app/krow-staff/id6742150267'