feat: create .env file with app configuration variables
Add environment variables for app configuration.
This commit is contained in:
4
mobile-apps/staff-app/.env
Normal file
4
mobile-apps/staff-app/.env
Normal 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'
|
||||
Reference in New Issue
Block a user