Files
newfreeplanet_OLD/src/myconfig/index.ts
2021-08-31 18:09:59 +02:00

12 lines
187 B
TypeScript
Executable File

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