Skip to content

v0.9.8 - "Appetite for Configuration"

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Feb 07:35
· 3 commits to main since this release

What's changed

  • Custom Environment Variables for Neo Core: Added a new --core-env flag to the neoctl instance configure command. This feature allows administrators and developers to easily inject custom environment variables directly into the Neo Core container's configuration in the generated Docker Compose file. # Release Notes

Features & Enhancements

  • Custom Environment Variables for Neo Core: Added a new --core-env flag to the neoctl instance configure command. This feature allows administrators and developers to easily inject custom environment variables directly into the Neo Core container's configuration in the generated Docker Compose file.
    • You can specify multiple environment variables by providing the --core-env flag multiple times.
    • Example usage:
      neoctl instance configure my-instance --core-env MCP_OAUTH_ENABLED=true --core-env FOO=bar
    • You can specify multiple environment variables by providing the --core-env flag multiple times.
    • Example usage:
      neoctl instance configure my-instance --core-env MCP_OAUTH_ENABLED=true --core-env FOO=bar