Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support the latest version 2.1.1 schema changes to the server side implementation #342

Merged
merged 2 commits into from
Feb 20, 2024

Conversation

at00825957
Copy link
Collaborator

support the latest version 2.1.1 schema changes to the server side implementation

Resolve issue-338

@@ -25,7 +25,7 @@ var app = expressAppConfig.getApp();
appCommons.setupExpressApp(app);

//setting the path to the database
global.databasePath = './database/load.json'
global.databasePath = './database/config.json'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please update the server-port value to the one which shall be used for v2.1.0 of EATL application.
Please refer ApplicationPattern/docs/FakeIpAddress table

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, we can update the port in docker-file, so that it would be aligned to documentation

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @IswaryaaS, I have updated it. Please check.

@IswaryaaS IswaryaaS merged commit 74f6757 into develop Feb 20, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants