Skip to content

Commit

Permalink
Merged in APITOCART-00000-fix-config (pull request #36)
Browse files Browse the repository at this point in the history
APITOCART-00000 Fix config [MASTER]
  • Loading branch information
Taras Kubiv committed May 24, 2022
2 parents 200f23f + 5e8bbc9 commit 1b709e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ APP_NAME="Api2Cart Demo"
APP_ENV=local
APP_KEY=base64:+oaKbnRJG4izevBAqf0ctXhcV0A0J5E/2Os5+XgA5ZY=
APP_DEBUG=false
APP_URL=https://demo-module.api2cart.local.com
APP_URL=https://demo-module.api2cart.com
APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_LOCALE_PHP=en_US
Expand Down
2 changes: 1 addition & 1 deletion var/etc/nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1b709e7

Please sign in to comment.