mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-27 21:12:16 +03:00
chore: support 4 environments for developers
This commit is contained in:
parent
e629aac0ad
commit
af23591541
@ -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',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user