Initial Commit ...
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { XCONFIG } from './x.config';
|
||||
import { XApiConfiguration } from 'x-framework-identity-sdk';
|
||||
|
||||
/**
|
||||
* Api Configuration
|
||||
*/
|
||||
export const XAPI_CONFIG = new XApiConfiguration({
|
||||
//
|
||||
baseApiPath: XCONFIG.baseUrl,
|
||||
apiVersion: XCONFIG.apiVersion,
|
||||
poweredByValue: XCONFIG.poweredValue,
|
||||
revisionSecretKey: XCONFIG.secretKey,
|
||||
});
|
||||
Reference in New Issue
Block a user