12 lines
187 B
TypeScript
Executable File
12 lines
187 B
TypeScript
Executable File
export default {
|
|
// apiGraphQL: 'http://localhost:8000/graphql',
|
|
i18n: {
|
|
default: 'it',
|
|
fallbackTo: 'it',
|
|
},
|
|
socialLogin: {
|
|
facebook: false,
|
|
google: false,
|
|
},
|
|
}
|