forked from JetBrains/projector-server
-
Notifications
You must be signed in to change notification settings - Fork 1
/
local.properties.example
20 lines (15 loc) · 1.16 KB
/
local.properties.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# The :projector-server:runServer task requires the following two declarations. It's example for projector-demo, don't forget to fix path:
projectorLauncher.targetClassPath=/home/<USERNAME>/IdeaProjects/projector-demo/build/libs/projector-demo-original-1.0-SNAPSHOT.jar
projectorLauncher.classToLaunch=org.jetbrains.projector.demo.OriginalMain
# The :projector-server:runIdeaServer task requires the following single declaration. Don't forget to fix path.
# Linux example
projectorLauncher.ideaPath=/home/<USERNAME>/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-2/193.6494.35
# macOs example:
#projectorLauncher.ideaPath=/Users/<USERNAME>/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/213.6777.52/IntelliJ IDEA.app/Contents
# If you want to use local projector-client:projector-common module, define the following property:
useLocalProjectorClient=true
# Forbid IDE and plugins updates. Defaults to true. Has no effect in agent mode.
ORG_JETBRAINS_PROJECTOR_SERVER_DISABLE_IDEA_UPDATES=true
# to enable connections via relay define both next variables
#ORG_JETBRAINS_PROJECTOR_SERVER_RELAY_URL=localhost
#ORG_JETBRAINS_PROJECTOR_SERVER_RELAY_SERVER_ID=DEFAULT_SERVER_ID