Files
photoview/ui/apollo.config.js
2019-07-05 00:36:32 +02:00

9 lines
164 B
JavaScript

module.exports = {
client: {
service: {
name: 'localhost graphql',
url: 'http://localhost:4001/graphql',
skipSSLValidation: true
}
}
}