Commit 886ac536 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

website: update path to core config

parent e1cf5abd
...@@ -10,13 +10,16 @@ you generally don't have to worry about it until you want to tweak ...@@ -10,13 +10,16 @@ you generally don't have to worry about it until you want to tweak
a configuration. If you're just getting started with Packer, don't worry a configuration. If you're just getting started with Packer, don't worry
about core configuration for now. about core configuration for now.
By default, Packer looks for the core configuration to be in `~/.packerconfig`. The default location where Packer looks for this file depends on the
This file is a JSON file. If it doesn't exist, then Packer ignores it platform. For all non-Windows platforms, Packer looks for `$HOME/.packerconfig`.
and just uses the default configuration. For Windows, Packer looks for `%APPDATA%/packer.config`. If the file
doesn't exist, then Packer ignores it and just uses the default configuration.
The location of the core configuration file can be modified by setting The location of the core configuration file can be modified by setting
the `PACKER_CONFIG` environmental variable to be the path to another file. the `PACKER_CONFIG` environmental variable to be the path to another file.
The format of the configuration file is basic JSON.
## Configuration Reference ## Configuration Reference
Below is the list of all available configuration parameters for the core Below is the list of all available configuration parameters for the core
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment