-
-
Save jwmatthews/4f3ec8a3dbd43e151b9408ce3c83a060 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #################### | |
| ### EXAMPLE FILE ### | |
| #################### | |
| # Do NOT edit this file unless adding new env variables | |
| # Instead, copy it, remove the .example extension and provide your custom values | |
| # For git password please use your generated git token, not a clear text password | |
| VSCODE_EXECUTABLE_PATH='/Applications/Visual Studio Code.app/Contents/MacOS/Electron' | |
| # VSCODE_EXECUTABLE_PATH='/usr/share/code/code' | |
| # Local path to VSIX file | |
| # If this property and CORE_VSIX_DOWNLOAD_URL are not set, the tests will run using the local extension under development (launches VS Code with `--extensionDevelopmentPath` and `--enable-proposed-api`). | |
| # CORE_VSIX_FILE_PATH='path/to/extension.vsix' | |
| # JAVA_VSIX_FILE_PATH='path/to/extension.vsix' | |
| # JAVASCRIPT_VSIX_FILE_PATH='path/to/extension.vsix' | |
| # GO_VSIX_FILE_PATH='path/to/extension.vsix' | |
| # Required only if the extension is not already installed and CORE_VSIX_FILE_PATH is not defined | |
| # TODO(djzager): Should we add support for downloading all of the VSIX? | |
| # CORE_VSIX_DOWNLOAD_URL= 'https://github.com/konveyor/editor-extensions/releases/download/v0.0.1-dev%2B20241022/konveyor-linux-0.0.1.vsix' | |
| # OPENAI_API_KEY="sk-proj-something" | |
| # Name of the bucket to store evaluator results | |
| # KAI_QE_S3_BUCKET_NAME="exampleBucket" | |
| # Default REPO used for testing | |
| # TEST_REPO_URL=https://github.com/konveyor-ecosystem/coolstore | |
| # TEST_REPO_NAME=coolstore | |
| ######################### | |
| ### WEB CONFIGURATION ### | |
| ######################### | |
| # WEB_ENV=1 | |
| # WEB_BASE_URL="https://devspaces.apps.com" | |
| # WEB_LOGIN="user" | |
| # WEB_PASSWORD="password" | |
| # Solution Server configuration | |
| # SOLUTION_SERVER_URL='https://tackle-konveyor-tackle.apps.mig08.rhos-psi.cnv-qe.rhood.us/hub/services/kai/api/' | |
| # SOLUTION_SERVER_REALM='tackle' | |
| # SOLUTION_SERVER_USERNAME='admin' | |
| # SOLUTION_SERVER_PASSWORD='Dog8code' | |
| # When true, bypasses authentication and uses a mock local token | |
| # SOLUTION_SERVER_LOCAL=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment