Commit 2912f84a by arun.uday

v3

parent 3b4e6a18
......@@ -4,13 +4,9 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="530f9a40-4e97-41f4-9693-adc3b4faba7d" name="Changes" comment="v1">
<change afterPath="$PROJECT_DIR$/scripts/config/api_route_config.py" afterDir="false" />
<list default="true" id="530f9a40-4e97-41f4-9693-adc3b4faba7d" name="Changes" comment="v2">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/conf/application.conf" beforeDir="false" afterPath="$PROJECT_DIR$/conf/application.conf" afterDir="false" />
<change beforePath="$PROJECT_DIR$/scripts/config/applications_config.py" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/config/applications_config.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/scripts/services/receiver_app_run.py" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/services/receiver_app_run.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/scripts/config/api_route_config.py" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/config/api_route_config.py" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
......@@ -41,7 +37,7 @@
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"SONARLINT_PRECOMMIT_ANALYSIS": "true",
"last_opened_file_path": "E:/KL projects/task9senderredis",
"last_opened_file_path": "E:/KL projects/task10mqttreceiver2",
"settings.editor.selected.configurable": "project.propVCSSupport.DirectoryMappings"
}
}]]></component>
......@@ -85,11 +81,19 @@
<option name="project" value="LOCAL" />
<updated>1675310885575</updated>
</task>
<option name="localTasksCounter" value="2" />
<task id="LOCAL-00002" summary="v2">
<created>1675312818891</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1675312818891</updated>
</task>
<option name="localTasksCounter" value="3" />
<servers />
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="v1" />
<option name="LAST_COMMIT_MESSAGE" value="v1" />
<MESSAGE value="v2" />
<option name="LAST_COMMIT_MESSAGE" value="v2" />
</component>
</project>
\ No newline at end of file
......@@ -6,4 +6,4 @@ config.read("conf/application.conf")
# api routes
index_route = config.get("api_route", 'index_route')
index_route = config.get("api_routes", 'index_route')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment