We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912669a commit 01777c8Copy full SHA for 01777c8
src/.env.example
@@ -2,7 +2,7 @@ APP_NAME="Api2Cart Demo"
2
APP_ENV=local
3
APP_KEY=base64:+oaKbnRJG4izevBAqf0ctXhcV0A0J5E/2Os5+XgA5ZY=
4
APP_DEBUG=false
5
-APP_URL=https://demo-module.api2cart.local.com
+APP_URL=https://demo-module.api2cart.com
6
APP_LOCALE=en
7
APP_FALLBACK_LOCALE=en
8
APP_LOCALE_PHP=en_US
var/etc/nginx/default.conf
@@ -2,7 +2,7 @@ server {
listen 80;
listen 443 ssl;
index index.php index.html;
- server_name demo-module.api2cart.local.com;
+ server_name localhost;
error_log /var/log/nginx/error.log;
access_log /var/log/nginx/access.log;
root /var/www/html/public;
0 commit comments