везде поменял название
This commit is contained in:
gofnnp 2023-02-06 14:57:21 +04:00
parent 5b0516f37e
commit ce61d8b9aa
10 changed files with 20 additions and 20 deletions

View File

@ -4,7 +4,7 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"demo-stand": {
"sakura": {
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
@ -19,7 +19,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "/var/www/html/lk.crm4retail.ru/demo-stand",
"outputPath": "/var/www/html/lk.crm4retail.ru/sakura",
"deleteOutputPath": false,
"baseHref": "/",
"index": "src/index.html",
@ -84,10 +84,10 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "demo-stand:build:production"
"browserTarget": "sakura:build:production"
},
"development": {
"browserTarget": "demo-stand:build:development",
"browserTarget": "sakura:build:development",
"proxyConfig": "proxy.confi.json"
}
},
@ -96,7 +96,7 @@
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "demo-stand:build"
"browserTarget": "sakura:build"
}
},
"test": {

View File

@ -1,11 +1,11 @@
{
"name": "demo-stand",
"name": "sakura",
"version": "0.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "demo-stand",
"name": "sakura",
"version": "0.0.1",
"dependencies": {
"@angular/animations": "^14.0.0",

View File

@ -1,5 +1,5 @@
{
"name": "demo-stand",
"name": "sakura",
"version": "0.0.1",
"scripts": {
"ng": "ng",

View File

@ -18,7 +18,7 @@
"logLevel": "debug"
},
"/static": {
"target": "https://demo-stand.lk.crm4retail.ru/static",
"target": "https://sakura.lk.crm4retail.ru/static",
"secure": false,
"pathRewrite": {
"^/static": ""
@ -27,7 +27,7 @@
"logLevel": "debug"
},
"/it-retail": {
"target": "https://demo-stand.lk.crm4retail.ru/it-retail",
"target": "https://sakura.lk.crm4retail.ru/it-retail",
"secure": false,
"pathRewrite": {
"^/it-retail": ""

View File

@ -9,7 +9,7 @@ import * as ConfigActions from './state/config/config.actions'
styleUrls: ['./app.component.scss']
})
export class AppComponent implements OnInit {
title = 'Demo stand';
title = 'Sakura';
constructor(private primengConfig: PrimeNGConfig,
private store: Store) {}

View File

@ -39,7 +39,7 @@ export class RefSystemComponent implements OnInit {
if (navigator.share) {
navigator.share({
title: document.title,
text: "Demo stand",
text: "Sakura",
url: this.refUrl
})
.then(() => console.log('Successful share'))

View File

@ -7,7 +7,7 @@ export const environment = {
appWPEndpoint: 'http://213.239.210.240:4500/wp-json/woofood/v1/',
hasBonusProgram: true,
systemId: 'StyrkNFW9vKga1KlJP',
defaultUrl: 'https://demo-stand.lk.crm4retail.ru',
defaultUrl: 'https://sakura.lk.crm4retail.ru',
firebase: {
apiKey: "AIzaSyCnKvln5itnrBj62POCPHxshAN_Vmd0zds",
authDomain: "fashionlogicanotification.firebaseapp.com",
@ -20,8 +20,8 @@ export const environment = {
version: packageJson.version,
appleWalletEndpoint: 'https://apple-push-notifications.it-retail.tech/apns/api',
appleWalletSecret: 'Token F5mbzEERAznGKVbB6l',
webhookItRetail: 'https://demo-stand.lk.crm4retail.ru/api/orders/handlers/tillda/115eaf95-bb44-4cfc-851a-fec5325b45ff',
icardProxy: 'https://demo-stand.lk.crm4retail.ru/api/icard-proxy/',
clientName: 'demo-stand',
webhookItRetail: 'https://sakura.lk.crm4retail.ru/api/orders/handlers/tillda/115eaf95-bb44-4cfc-851a-fec5325b45ff',
icardProxy: 'https://sakura.lk.crm4retail.ru/api/icard-proxy/',
clientName: 'sakura',
cities: ['Менделеевск'],
}

View File

@ -22,6 +22,6 @@ export const environment = {
appleWalletSecret: 'Token F5mbzEERAznGKVbB6l',
webhookItRetail: 'http://192.168.0.14:4200/it-retail/handlers/tillda/1eb3fb56-3c4c-43b7-9a04-ce532ab7548f',
icardProxy: 'http://192.168.0.14:4200/icard-proxy/',
clientName: 'demo-stand',
clientName: 'sakura',
cities: ['Менделеевск'],
};

View File

@ -2,7 +2,7 @@
<html lang="ru">
<head>
<meta charset="utf-8">
<title>Demo stand</title>
<title>Sakura</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="./assets/icons/apple-icon-180x180.png">

View File

@ -1,6 +1,6 @@
{
"name": "demo-stand",
"short_name": "demo-stand",
"name": "sakura",
"short_name": "sakura",
"theme_color": "#1976d2",
"background_color": "#fafafa",
"display": "standalone",