We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d99a9 commit 80d94a9Copy full SHA for 80d94a9
docs/guides/jfrog.md
@@ -55,6 +55,7 @@ module "jfrog" {
55
version = "1.0.0"
56
agent_id = coder_agent.example.id
57
jfrog_url = "https://jfrog.example.com"
58
+ configure_code_server = true # this depends on the code-server
59
username_field = "username" # If you are using GitHub to login to both Coder and Artifactory, use username_field = "username"
60
package_managers = {
61
"npm": "npm",
@@ -80,6 +81,7 @@ module "jfrog" {
80
81
82
83
jfrog_url = "https://XXXX.jfrog.io"
84
85
artifactory_access_token = var.artifactory_access_token
86
87
0 commit comments