Configuration ============= .. contents:: :local: Introduction ------------ Populus supports configuration via a configuration file. By default, this file is located at the root of your project and named ``populus.ini``. In addition to a local project configuration file, populus supports a *global* configuration file which should be located in your user's ``$HOME`` directory. Local project configuration will always supercede global configuration. .. code-block:: [populus] # project level configuration values would be set here. default_chain=morden [chain:morden] default_account=0xd3cda913deb6f67967b99d67acdfa1712c293601 [chain:local] # This makes the `local` chain available. You don't have to specify any # configuration values. Configuration via CLI --------------------- The configuration file can be easily modified using the following CLI commands. * ``$ populus config``: Prints the current configuration to the console. * ``$ populus config:set