Update index.mdx
"Invalid argument name; Argument names must not be quoted."
This commit is contained in:
parent
fd420eadec
commit
29adb132e2
|
@ -111,9 +111,9 @@ job "docs" {
|
|||
# It is possible to set environment variables which will be
|
||||
# available to the task when it runs.
|
||||
env {
|
||||
"DB_HOST" = "db01.example.com"
|
||||
"DB_USER" = "web"
|
||||
"DB_PASS" = "loremipsum"
|
||||
DB_HOST = "db01.example.com"
|
||||
DB_USER = "web"
|
||||
DB_PASS = "loremipsum"
|
||||
}
|
||||
|
||||
# Specify the maximum resources required to run the task,
|
||||
|
|
Loading…
Reference in New Issue