dev #12738
This commit is contained in:
parent
9352d06e73
commit
836af4e1ae
@ -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",
|
||||
|
||||
@ -6,5 +6,5 @@ import { Component } from '@angular/core';
|
||||
styleUrls: ['./app.component.scss']
|
||||
})
|
||||
export class AppComponent {
|
||||
title = 'fashion-logica';
|
||||
title = 'Fashionlogica';
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user