Skip to content

Commit 1bc6415

Browse files
committed
Modification du nom du projet
1 parent 8fc0e21 commit 1bc6415

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.env.example

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
NG_APP_NAME="Cosna Cpanel"
1+
NG_APP_NAME="Admin Cpanel"
22
NG_APP_DEBUG=true
33
NG_APP_VERSION="v1.0.0"
4-
NG_APP_BASE_URL=https://cpanel.cosna-afrique.com
5-
NG_APP_API_URL=https://cosna.test/api
4+
NG_APP_BASE_URL=https://cpanel.mon-site.com
5+
NG_APP_API_URL=https://mon-site.test/api
66
NG_APP_API_VERSION=v2
77
NG_APP_SENTRY_DSN=
88
NG_APP_SENTRY_TRACES_SAMPLE_RATE=1.0

angular.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": 1,
44
"newProjectRoot": "projects",
55
"projects": {
6-
"cosna-cpanel": {
6+
"admin-cpanel": {
77
"projectType": "application",
88
"schematics": {
99
"@schematics/angular:application": {
@@ -18,12 +18,12 @@
1818
},
1919
"root": "",
2020
"sourceRoot": "src",
21-
"prefix": "cosna",
21+
"prefix": "admin",
2222
"architect": {
2323
"build": {
2424
"builder": "@ngx-env/builder:browser",
2525
"options": {
26-
"outputPath": "dist/cosna-cpanel",
26+
"outputPath": "dist/admin-cpanel",
2727
"index": "src/index.html",
2828
"main": "src/main.ts",
2929
"polyfills": "src/polyfills.ts",
@@ -74,18 +74,18 @@
7474
"builder": "@ngx-env/builder:dev-server",
7575
"configurations": {
7676
"production": {
77-
"browserTarget": "cosna-cpanel:build:production"
77+
"browserTarget": "admin-cpanel:build:production"
7878
},
7979
"development": {
80-
"browserTarget": "cosna-cpanel:build:development"
80+
"browserTarget": "admin-cpanel:build:development"
8181
}
8282
},
8383
"defaultConfiguration": "development"
8484
},
8585
"extract-i18n": {
8686
"builder": "@ngx-env/builder:extract-i18n",
8787
"options": {
88-
"browserTarget": "cosna-cpanel:build"
88+
"browserTarget": "admin-cpanel:build"
8989
}
9090
},
9191
"test": {
@@ -107,5 +107,5 @@
107107
}
108108
}
109109
},
110-
"defaultProject": "cosna-cpanel"
110+
"defaultProject": "admin-cpanel"
111111
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "cosna-cpanel",
2+
"name": "admin-cpanel",
33
"version": "1.0.0",
44
"scripts": {
55
"ng": "ng",

0 commit comments

Comments
 (0)