aboutsummaryrefslogtreecommitdiff
path: root/src/config/__mocks__/config.js
blob: 0cd8b972290613f0d99b184d92019848d6dbcd67 (plain)
1
2
3
4
5
6
7
export const apollo = {
  uri: 'http://localhost:1234/graphql',
  name: 'COOL_APP',
  version: '9.9.9'
};

export const version = '9.9.9';