fa-mcp-sdk 0.2.110 → 0.2.114

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  <component name="ProjectRunConfigurationManager">
2
- <configuration default="false" name="kill-port {{port}}" type="NodeJSConfigurationType" application-parameters="3030" path-to-js-file="scripts/kill-port.js" working-dir="$PROJECT_DIR$">
2
+ <configuration default="false" name="kill-port {{port}}" type="NodeJSConfigurationType" application-parameters="{{port}}" path-to-js-file="scripts/kill-port.js" working-dir="$PROJECT_DIR$">
3
3
  <method v="2" />
4
4
  </configuration>
5
5
  </component>
@@ -26,7 +26,7 @@ db:
26
26
  main:
27
27
  label: 'Your Database Label'
28
28
  database: your_database
29
- host: 'your_host' # To exclude the use of the database, you need to set host = ''
29
+ host: '' # To exclude the use of the database, you need to set host = ''
30
30
  port: 5432
31
31
  user: your_user
32
32
  password: your_password