mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 22:29:07 +00:00
9 lines
164 B
JavaScript
9 lines
164 B
JavaScript
module.exports = {
|
|
client: {
|
|
service: {
|
|
name: 'localhost graphql',
|
|
url: 'http://localhost:4001/graphql',
|
|
skipSSLValidation: true
|
|
}
|
|
}
|
|
} |