First Committ
This commit is contained in:
11
src/myconfig/index.ts
Executable file
11
src/myconfig/index.ts
Executable file
@@ -0,0 +1,11 @@
|
||||
export default {
|
||||
// apiGraphQL: 'http://localhost:8000/graphql',
|
||||
i18n: {
|
||||
default: 'it',
|
||||
fallbackTo: 'it',
|
||||
},
|
||||
socialLogin: {
|
||||
facebook: false,
|
||||
google: false,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user