Files
freeplanet/src/myconfig/index.ts
Paolo Arena ec49343556 Added Axios and removed fetch...
Axios has CSXF integrated.
2019-02-19 02:33:02 +01:00

12 lines
184 B
TypeScript

export default {
// apiGraphQL: 'http://localhost:8000/graphql',
i18n: {
default: 'it',
fallbackTo: 'it'
},
socialLogin: {
facebook: false,
google: false
}
}