We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa69aad commit 21c50bbCopy full SHA for 21c50bb
3 files changed
.env
@@ -1,6 +1,6 @@
1
-IRIS_PORT=52773
+IRIS_PORT=52774
2
DOCKERFILE=Dockerfile-zpm-samplesbi
3
DOCKERFILE=Dockerfile
4
DOCKERFILE=Dockerfile-20192
5
-DOCKERFILE=Dockerfile-zpm
6
-DOCKERFILE=Dockerfile-web
+DOCKERFILE=Dockerfile-web
+DOCKERFILE=Dockerfile-zpm
.gitattributes
@@ -0,0 +1,5 @@
+*.sh text eol=lf
+*.cls text eol=lf
+*.mac text eol=lf
+*.int text eol=lf
+Dockerfil* text eol=lf
.vscode/settings.json
@@ -6,7 +6,7 @@
"objectscript.conn.active": true,
7
"objectscript.conn.version": 3,
8
"objectscript.conn.ns": "IRISAPP",
9
- "objectscript.conn.port": 52773,
+ "objectscript.conn.port": 52774,
10
"objectscript.export.addCategory": true
11
12
}
0 commit comments