Skip to content

Commit 83c05aa

Browse files
author
Taras Kubiv
committed
Merged in APITOCART-00000-fix-config (pull request #36)
APITOCART-00000 Fix config [MASTER]
2 parents 15d9686 + f735a4f commit 83c05aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ APP_NAME="Api2Cart Demo"
22
APP_ENV=local
33
APP_KEY=base64:+oaKbnRJG4izevBAqf0ctXhcV0A0J5E/2Os5+XgA5ZY=
44
APP_DEBUG=false
5-
APP_URL=https://demo-module.api2cart.local.com
5+
APP_URL=https://demo-module.api2cart.com
66
APP_LOCALE=en
77
APP_FALLBACK_LOCALE=en
88
APP_LOCALE_PHP=en_US

var/etc/nginx/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ server {
22
listen 80;
33
listen 443 ssl;
44
index index.php index.html;
5-
server_name demo-module.api2cart.local.com;
5+
server_name localhost;
66
error_log /var/log/nginx/error.log;
77
access_log /var/log/nginx/access.log;
88
root /var/www/html/public;

0 commit comments

Comments
 (0)