Skip to content

Commit 738c07b

Browse files
committed
added app.config file
1 parent 9e7cc59 commit 738c07b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/Client/Logistics.OfficeApp/src/app/app.config.ts

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import {environment} from "src/environments/environment";
2+
3+
export const APP_CONFIG = {
4+
apiHost: environment.apiHost,
5+
idHost: environment.idHost,
6+
mapboxToken: environment.mapboxToken,
7+
storage: {
8+
keys: {
9+
user: "User",
10+
},
11+
},
12+
};

0 commit comments

Comments
 (0)