timhaley94/holdem

View on GitHub
client/src/config.js

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
export default {
  serverUrl: (
    process.env.NODE_ENV === 'production'
      ? 'https://api.holdemhounds.com'
      : 'http://localhost:8080'
  ),
  timUrl: 'https://timhaley.me',
  lauraUrl: 'http://thehaleycreative.com/',
};