chore: support 4 environments for developers

This commit is contained in:
tzhangchi 2023-01-14 10:07:59 +08:00
parent e629aac0ad
commit af23591541

View File

@ -12,6 +12,9 @@ const EDITOR_VERSION = enableDebugLocal
const profileTarget = { const profileTarget = {
ac: '100.85.73.88:12001', ac: '100.85.73.88:12001',
dev: '100.77.180.48:11001', dev: '100.77.180.48:11001',
test: '100.77.180.48:11001',
stage: '',
pro: 'http://pathfinder.affine.pro',
local: '127.0.0.1:3000', local: '127.0.0.1:3000',
}; };