Skip to content

Commit 74b20c2

Browse files
committed
added merge.cpf with the system name and embedded python
1 parent 3ad6f75 commit 74b20c2

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

iris.script

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
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")

merge.cpf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[Actions]
2+
ModifyService:Name=%Service_CallIn,Enabled=1,AutheEnabled=48
3+
[Startup]
4+
SystemMode=IRIS Dev Template

0 commit comments

Comments
 (0)