Skip to content
  • This project
    • Loading...
  • Sign in

杨炀 / gd_yc

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • gd_yc
  • config.js
  • 杨炀's avatar
    no message · 37e8b001
    杨炀 committed 2023-10-31 17:15:21 +0800
    37e8b001
config.js 224 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
// prod
// const baseUrl_api = 'https://research.wtwuxicenter.com/';


// staging
const baseUrl_api = "http://192.168.1.118:6688";
// const baseUrl_api = "http://123.60.96.243:6688";

export default {
	baseUrl_api
}