File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ services:
55 dockerfile : Dockerfile
66 target : final
77 restart : always
8+ environment :
9+ - ISC_CPF_MERGE_FILE=/home/irisowner/dev/merge.cpf
810 command : --check-caps false --ISCAgent false
911 ports :
1012 - 1972
Original file line number Diff line number Diff line change 55 do ##class(Security.Users).UnExpireUserPasswords("*")
66 zpm "install passwordless"
77
8- // Enable callin for Embedded Python
9- do ##class(Security.Services).Get("%Service_CallIn",.prop)
10- set prop("Enabled")=1
11- set prop("AutheEnabled")=48
12- do ##class(Security.Services).Modify("%Service_CallIn",.prop)
8+ // Enable callin for Embedded Python - see merge.cpf
9+ // do ##class(Security.Services).Get("%Service_CallIn",.prop)
10+ // set prop("Enabled")=1
11+ // set prop("AutheEnabled")=48
12+ // do ##class(Security.Services).Modify("%Service_CallIn",.prop)
1313
1414 // create IRISAPP namespace
1515 do $SYSTEM.OBJ.Load("/home/irisowner/dev/App.Installer.cls", "ck")
Original file line number Diff line number Diff line change 1+ [Actions]
2+ ModifyService:Name=%Service_CallIn,Enabled=1,AutheEnabled=48
3+ [Startup]
4+ SystemMode=IRIS Dev Template
You can’t perform that action at this time.
0 commit comments