Initial Commit ...

This commit is contained in:
2026-04-17 17:04:44 +03:30
commit a986295e19
842 changed files with 97431 additions and 0 deletions
+13
View File
@@ -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,
});