Skip to content

Commit abe068a

Browse files
authored
Merge pull request #9 from chpatton013/patch-2
Fix typo
2 parents cd191b4 + f64684a commit abe068a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: readme-vars.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ param_env_vars:
2525
- { env_var: "SUPERUSER_PASSWORD", env_value: "<SUPERUSER_PASSWORD>", desc: "Password for admin account" }
2626
- { env_var: "ALLOWED_HOST", env_value: "<ALLOWED_HOST>", desc: "The hostname you will use to access the app (i.e., netbox.example.com)" }
2727
- { env_var: "BASE_PATH", env_value: "<BASE_PATH>", desc: "The path you will use to access the app (i.e., /netbox, optional, default: none)" }
28-
- { env_var: "DB_NAME", env_value: "<DB_NAME>", desc: "Databaes name (optional, default: netbox)" }
28+
- { env_var: "DB_NAME", env_value: "<DB_NAME>", desc: "Database name (optional, default: netbox)" }
2929
- { env_var: "DB_USER", env_value: "<DB_USER>", desc: "Database user" }
3030
- { env_var: "DB_PASSWORD", env_value: "<DB_PASSWORD>", desc: "Database password" }
3131
- { env_var: "DB_HOST", env_value: "<DB_HOST>", desc: "Database post (optional, default: postgres)" }

0 commit comments

Comments
 (0)