Update index.mdx

"Invalid argument name; Argument names must not be quoted."
This commit is contained in:
André Peters 2020-12-10 07:49:17 +01:00 committed by Tim Gross
parent fd420eadec
commit 29adb132e2
1 changed files with 3 additions and 3 deletions

View File

@ -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,