Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
admin / src / jsx / services / index.js
Size: Mime:
import { Auth0Widget, IdentityService } from './IdentityService';
import { InventoryService } from './InventoryService';
import { FileStorageService} from './FileStorageService';

export const auth0Widget = new Auth0Widget('jhoF46qs7sSf3wcPP1lKrYRD1TSgNTZO', 'ocelot-saas.eu.auth0.com');
export const identityService = new IdentityService('jhoF46qs7sSf3wcPP1lKrYRD1TSgNTZO', 'ocelot-saas.eu.auth0.com', 'localhost:10001');
export const inventoryService = new InventoryService('localhost:10002', identityService);
export const fileStorageService = new FileStorageService('AyzBS0ufS2ZRPDiatrAaUz');