• This project
    • Loading...
  • Sign in

fe / yohobuy-node · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 1
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohobuy-node
  • public
  • build
  • dev-info.js
  • change style
    c19ac04e
    by yyq
    2017-09-12 10:45:55 +0800  
    Browse Files
dev-info.js 122 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
const info = {
    host: '127.0.0.1',
    port: 5002,
    publicPath: 'http://127.0.0.1:5002/'
};

module.exports = info;