-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Gabriele Panico
committed
Oct 10, 2023
1 parent
7b4b814
commit 70a53a5
Showing
9 changed files
with
131 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"t2y12PruGU9wUtEGzBJfolMIgK": "${FEATURES_TOKEN}", | ||
"widgetBaseUrl": "${WIDGET_LOCATION}", | ||
"apiUrl": "${SERVER_BASE_URL}", | ||
"wsUrl": "${WS_URL}", | ||
"wsUrlRel": "${WS_URL_RELATIVE}", | ||
"brandSrc": "${BRAND_SRC}", | ||
"globalRemoteJSSrc": "${REMOTE_JS_SRC}", | ||
"dashboardBaseUrl": "${DASHBOARD_URL}", | ||
"uploadEngine": "${UPLOAD_ENGINE}", | ||
"baseImageUrl": "${API_BASEIMAGE_URL}", | ||
"logLevel": "${LOG_LEVEL}", | ||
"chatStoragePrefix": "${CHAT_STORAGE_PREFIX}", | ||
"firebase": { | ||
"apiKey": "${FIREBASE_APIKEY}", | ||
"authDomain": "${FIREBASE_AUTHDOMAIN}", | ||
"databaseURL": "${FIREBASE_DATABASEURL}", | ||
"projectId": "${FIREBASE_PROJECT_ID}", | ||
"storageBucket": "${FIREBASE_STORAGEBUCKET}", | ||
"messagingSenderId": "${FIREBASE_MESSAGINGSENDERID}", | ||
"appId": "${FIREBASE_APP_ID}", | ||
"vapidKey": "${FIREBASE_VAPID}" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"t2y12PruGU9wUtEGzBJfolMIgK": "${FEATURES_TOKEN}", | ||
"widgetBaseUrl": "${WIDGET_LOCATION}", | ||
"apiUrl": "${SERVER_BASE_URL}", | ||
"wsUrl": "${WS_URL}", | ||
"wsUrlRel": "${WS_URL_RELATIVE}", | ||
"brandSrc": "${BRAND_SRC}", | ||
"globalRemoteJSSrc": "${REMOTE_JS_SRC}", | ||
"dashboardBaseUrl": "${DASHBOARD_URL}", | ||
"uploadEngine": "${UPLOAD_ENGINE}", | ||
"baseImageUrl": "${API_BASEIMAGE_URL}", | ||
"logLevel": "${LOG_LEVEL}", | ||
"chatStoragePrefix": "${CHAT_STORAGE_PREFIX}", | ||
"firebase": { | ||
"apiKey": "${FIREBASE_APIKEY}", | ||
"authDomain": "${FIREBASE_AUTHDOMAIN}", | ||
"databaseURL": "${FIREBASE_DATABASEURL}", | ||
"projectId": "${FIREBASE_PROJECT_ID}", | ||
"storageBucket": "${FIREBASE_STORAGEBUCKET}", | ||
"messagingSenderId": "${FIREBASE_MESSAGINGSENDERID}", | ||
"appId": "${FIREBASE_APP_ID}", | ||
"vapidKey": "${FIREBASE_VAPID}" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
export const environment = { | ||
production: false, | ||
t2y12PruGU9wUtEGzBJfolMIgK: 'CHANGEIT', | ||
VERSION: require('../../package.json').version, | ||
remoteConfig: false, | ||
remoteConfigUrl: './design-studio-config.json', | ||
apiUrl: 'CHANGEIT', | ||
widgetBaseUrl: 'CHANGEIT', | ||
dashboardBaseUrl: 'CHANGEIT', | ||
wsUrl: 'ws://localhost:3000/', | ||
uploadEngine: 'native', | ||
baseImageUrl: 'CHANGEIT', | ||
logLevel: 'error', | ||
storage_prefix: "CHANGEIT", | ||
firebaseConfig: { | ||
apiKey: 'CHANGEIT', | ||
authDomain: 'CHANGEIT', | ||
databaseURL: 'CHANGEIT', | ||
projectId: 'CHANGEIT', | ||
storageBucket: 'CHANGEIT', | ||
messagingSenderId: 'CHANGEIT', | ||
appId: 'CHANGEIT', | ||
vapidKey: 'CHANGEIT' | ||
} | ||
}; | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
export const environment = { | ||
production: true | ||
production: true, | ||
t2y12PruGU9wUtEGzBJfolMIgK: 'CHANGEIT', | ||
VERSION: require('../../package.json').version, | ||
remoteConfig: false, | ||
remoteConfigUrl: './design-studio-config.json', | ||
apiUrl: 'CHANGEIT', | ||
widgetBaseUrl: 'CHANGEIT', | ||
dashboardBaseUrl: 'CHANGEIT', | ||
wsUrl: 'ws://localhost:3000/', | ||
uploadEngine: 'native', | ||
baseImageUrl: 'CHANGEIT', | ||
logLevel: 'error', | ||
storage_prefix: "CHANGEIT", | ||
firebaseConfig: { | ||
apiKey: 'CHANGEIT', | ||
authDomain: 'CHANGEIT', | ||
databaseURL: 'CHANGEIT', | ||
projectId: 'CHANGEIT', | ||
storageBucket: 'CHANGEIT', | ||
messagingSenderId: 'CHANGEIT', | ||
appId: 'CHANGEIT', | ||
vapidKey: 'CHANGEIT' | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,25 @@ | ||
// This file can be replaced during build by using the `fileReplacements` array. | ||
// `ng build` replaces `environment.ts` with `environment.prod.ts`. | ||
// The list of file replacements can be found in `angular.json`. | ||
|
||
export const environment = { | ||
production: false | ||
}; | ||
|
||
/* | ||
* For easier debugging in development mode, you can import the following file | ||
* to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`. | ||
* | ||
* This import should be commented out in production mode because it will have a negative impact | ||
* on performance if an error is thrown. | ||
*/ | ||
// import 'zone.js/plugins/zone-error'; // Included with Angular CLI. | ||
production: false, | ||
t2y12PruGU9wUtEGzBJfolMIgK: 'CHANGEIT', | ||
VERSION: require('../../package.json').version, | ||
remoteConfig: false, | ||
remoteConfigUrl: './design-studio-config.json', | ||
apiUrl: 'http://localhost:3000/', | ||
widgetBaseUrl: 'http://localhost:4200/', | ||
dashboardBaseUrl: 'http://localhost:4200/', | ||
wsUrl: 'ws://localhost:3000/', | ||
uploadEngine: 'native', | ||
baseImageUrl: 'CHANGEIT', | ||
logLevel: 'error', | ||
storage_prefix: "dashboard_sv6", | ||
firebaseConfig: { | ||
apiKey: 'CHANGEIT', | ||
authDomain: 'CHANGEIT', | ||
databaseURL: 'CHANGEIT', | ||
projectId: 'CHANGEIT', | ||
storageBucket: 'CHANGEIT', | ||
messagingSenderId: 'CHANGEIT', | ||
appId: 'CHANGEIT', | ||
vapidKey: 'CHANGEIT' | ||
} | ||
}; |
Binary file not shown.