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": { "build": {
"builder": "@angular-devkit/build-angular:browser", "builder": "@angular-devkit/build-angular:browser",
"options": { "options": {
"outputPath": "/var/www/lk/fashion-logica", "outputPath": "/var/www/fashion-logica",
"baseHref": "/fashion-logica/", "baseHref": "/",
"index": "src/index.html", "index": "src/index.html",
"main": "src/main.ts", "main": "src/main.ts",
"polyfills": "src/polyfills.ts", "polyfills": "src/polyfills.ts",

View File

@ -6,5 +6,5 @@ import { Component } from '@angular/core';
styleUrls: ['./app.component.scss'] styleUrls: ['./app.component.scss']
}) })
export class AppComponent { 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/', appWPEndpoint: 'http://213.239.210.240:4500/wp-json/woofood/v1/',
hasBonusProgram: true, hasBonusProgram: true,
systemId: 'g6zyv8tj53w28ov7cl', systemId: 'g6zyv8tj53w28ov7cl',
defaultUrl: 'https://lk.crm4retail.ru/fashion-logica', defaultUrl: 'https://fashionlogica.lk.crm4retail.ru',
firebase: { firebase: {
apiKey: "AIzaSyCujHg9GtN8Uxi-JcCN8zggvXlfNQRKc04", apiKey: "AIzaSyCujHg9GtN8Uxi-JcCN8zggvXlfNQRKc04",
authDomain: "push-notification-test2-56dac.firebaseapp.com", authDomain: "push-notification-test2-56dac.firebaseapp.com",

View File

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