Skip to content
Snippets Groups Projects
Select Git revision
  • da678a866681e3c08d093d7b0c708337a6870ae0
  • master default
  • feat/pull_changes
3 results

config.template.js

Blame
  • config.template.js 77 B
    module.exports = {
      protocol: 'http',
      host: 'localhost',
      port: 5000,
    };