.env.production file eliminated ! (-> .env)
.env.production worked in local added myconfig messagepopup working (but not ready yet) added Graphql (only module)
This commit is contained in:
15
src/myconfig/index.ts
Normal file
15
src/myconfig/index.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
export default {
|
||||
// apiGraphQL: 'http://localhost:8000/graphql',
|
||||
i18n: {
|
||||
languages: [
|
||||
{ code: 'it', name: 'Italiano', active: true },
|
||||
{ code: 'en-uk', name: 'English', active: true }
|
||||
],
|
||||
default: 'it',
|
||||
fallbackTo: 'it'
|
||||
},
|
||||
socialLogin: {
|
||||
facebook: false,
|
||||
google: false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user