UNPKG

1.46 kBSource Map (JSON)View Raw
1{"version":3,"sources":["core/config.ts"],"names":[],"mappings":";AAAA;AAOA,CAAC;AANiB,mBAAY,GAAW,wCAAwC,CAAC;AAChE,eAAQ,GAAW,MAAM,CAAC;AAC1B,iBAAU,GAAW,IAAI,CAAC;AAE1B,8BAAuB,GAAa,uBAAuB,CAAC;AAC5D,yBAAkB,GAAa,KAAK,CAAC;AAN1C,cAAM,SAOlB,CAAA;AAED;AAGA,CAAC;AAFiB,+BAAsB,GAAG,6BAA6B,CAAC,CAAA,qFAAqF;AAC5I,2BAAkB,GAAG,eAAe,CAAC,CAAA,8CAA8C;AAFxF,gBAAQ,WAGpB,CAAA;AAED;AAIA,CAAC;AAHiB,qBAAQ,GAAG,IAAI,CAAC,CAAA,cAAc;AAC9B,yBAAY,GAAG,IAAI,CAAC,CAAA,kBAAkB;AACtC,wBAAW,GAAG,+CAA+C,CAAC;AAHnE,oBAAY,eAIxB,CAAA","file":"core/config.js","sourcesContent":["export class Config {\n public static DbConnection: string = \"mongodb://localhost:27017/userDatabase\";\n public static basePath: string = \"data\";\n public static apiversion: string = \"v1\";\n\n public static ElasticSearchConnection : string = \"http://localhost:9200\";\n public static ApplyElasticSearch : boolean = false;\n}\n\nexport class Security {\n public static isAutheticationEnabled = \"enabledWithoutAuthorization\";//allowed values: \"disabled\",\"enabledWithoutAuthorization\",\"enabledWithAuthorization\"\n public static authenticationType = \"passwordBased\";//allowed values: \"passwordBased\",\"TokenBased\"\n}\n\nexport class facebookAuth {\n public static clientID = '11';// your App ID\n public static clientSecret = 'aa';// your App Secret\n public static callbackURL = 'http://localhost:23548/auth/facebook/callback';\n}\n"],"sourceRoot":"/source/"}
\No newline at end of file