This commit is contained in:
Kataev Denis 2022-09-27 20:15:18 +04:00
parent 9352d06e73
commit 836af4e1ae
4 changed files with 8 additions and 8 deletions

View File

@ -17,8 +17,8 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "/var/www/lk/fashion-logica",
"baseHref": "/fashion-logica/",
"outputPath": "/var/www/fashion-logica",
"baseHref": "/",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",

View File

@ -6,5 +6,5 @@ import { Component } from '@angular/core';
styleUrls: ['./app.component.scss']
})
export class AppComponent {
title = 'fashion-logica';
title = 'Fashionlogica';
}

View File

@ -7,7 +7,7 @@ export const environment = {
appWPEndpoint: 'http://213.239.210.240:4500/wp-json/woofood/v1/',
hasBonusProgram: true,
systemId: 'g6zyv8tj53w28ov7cl',
defaultUrl: 'https://lk.crm4retail.ru/fashion-logica',
defaultUrl: 'https://fashionlogica.lk.crm4retail.ru',
firebase: {
apiKey: "AIzaSyCujHg9GtN8Uxi-JcCN8zggvXlfNQRKc04",
authDomain: "push-notification-test2-56dac.firebaseapp.com",

View File

@ -1,11 +1,11 @@
{
"name": "fashion-logica",
"short_name": "fashion-logica",
"name": "Fashionlogica",
"short_name": "Fashionlogica",
"theme_color": "#1976d2",
"background_color": "#fafafa",
"display": "standalone",
"scope": "./fashion-logica/",
"start_url": "./fashion-logica/",
"scope": "./",
"start_url": "./",
"icons": [
{
"src": "assets/icons/icon-72x72.png",