6 lines
183 B
JavaScript
6 lines
183 B
JavaScript
/* Public, non-secret runtime configuration. Replace this file at deploy time if needed. */
|
|
window.__PROSPECT_CONFIG__ = Object.freeze({
|
|
apiBase: '',
|
|
assetVersion: 'phase-20'
|
|
});
|