Skip to content

Commit

Permalink
Merge pull request #7 from Frisle/master
Browse files Browse the repository at this point in the history
Fixed IPM installation and user credentials
  • Loading branch information
evshvarov authored Aug 12, 2024
2 parents 22d479e + dec0158 commit ee0fe99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"objectscript.conn" :{
"ns": "IRISAPP",
"active": true,
"username": "_SYSTEM",
"password": "SYS",
"docker-compose": {
"service": "iris",
"internalPort": 52773
Expand All @@ -15,4 +17,4 @@



}
}
2 changes: 1 addition & 1 deletion module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<Resource Name="community.objectscript.PKG"/>
<Resource Name="community.objectscript.settings.GBL"/>
<Resource Name="community.objectscript.settings.GBL" Directory="gbl"/>
<UnitTest Name="/src" Package="UnitTests" Phase="test"/>
<Invokes>
<Invoke Class="community.objectscript.PersistentClass" Method="CreateRecord"></Invoke>
Expand Down

0 comments on commit ee0fe99

Please sign in to comment.