diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/LabelStoreMax/.env b/LabelStoreMax/.env index f1b76ed..81abffd 100644 --- a/LabelStoreMax/.env +++ b/LabelStoreMax/.env @@ -1,9 +1,9 @@ # ** -APP_NAME="MyApp" +APP_NAME="Raster" APP_ENV="local" APP_DEBUG="true" -APP_URL="https://mywoocommercestore.com" +APP_URL="https://rasterdoo.com" ASSET_PATH_PUBLIC="public/assets/" ASSET_PATH_IMAGES="public/assets/images" @@ -14,12 +14,12 @@ DARK_THEME_ID="default_dark_theme" # ** -DEFAULT_LOCALE=null +DEFAULT_LOCALE="en" # supports: "en" (English), "es" (Spanish), "fr" (French), "hi" (Hindi), "it" (Italian), "pt" (Portuguese) or "zh" (Simplified Chinese) # ** -APP_KEY="your app key" +APP_KEY="app_50818d11780aaba6b545076dea5b90" # App key from WooSignal link: https://woosignal.com/dashboard # ** diff --git a/LabelStoreMax/android/app/src/main/AndroidManifest.xml b/LabelStoreMax/android/app/src/main/AndroidManifest.xml index 0843b6f..b05710f 100644 --- a/LabelStoreMax/android/app/src/main/AndroidManifest.xml +++ b/LabelStoreMax/android/app/src/main/AndroidManifest.xml @@ -12,7 +12,7 @@