Modification port localhost

This commit is contained in:
VincentRamiere 2023-09-19 18:59:07 +02:00
parent 9e6b5f4f1e
commit 827341c32a
2 changed files with 17 additions and 1 deletions

16
package-lock.json generated
View File

@ -2502,6 +2502,16 @@
"read-package-json-fast": "^2.0.1" "read-package-json-fast": "^2.0.1"
} }
}, },
"node_modules/@popperjs/core": {
"version": "2.11.8",
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
"integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
"peer": true,
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/popperjs"
}
},
"node_modules/@schematics/angular": { "node_modules/@schematics/angular": {
"version": "13.0.4", "version": "13.0.4",
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-13.0.4.tgz", "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-13.0.4.tgz",
@ -14311,6 +14321,12 @@
"read-package-json-fast": "^2.0.1" "read-package-json-fast": "^2.0.1"
} }
}, },
"@popperjs/core": {
"version": "2.11.8",
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
"integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
"peer": true
},
"@schematics/angular": { "@schematics/angular": {
"version": "13.0.4", "version": "13.0.4",
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-13.0.4.tgz", "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-13.0.4.tgz",

View File

@ -4,7 +4,7 @@
export const environment = { export const environment = {
production: false, production: false,
apiUrl: "http://localhost:8080", apiUrl: "http://localhost:8081",
tokenKey: "TOKEN-SIMPLEAT" tokenKey: "TOKEN-SIMPLEAT"
}; };