Skip to content

Commit

Permalink
improved README
Browse files Browse the repository at this point in the history
  • Loading branch information
tropxy committed Dec 28, 2021
1 parent 282ccfd commit 4f64bc2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,18 @@ Finally, the project includes a few configuration variables, whose default
values can be modified by setting them as environmental variables.
The following table provides a few of the available variables:

| ENV | Default Value | Description |
| ------------------- | ---------------------------- | ------------------------------------------------------------------------------------------------------ |
| NETWORK_INTERFACE | `eth0` | HomePlug Green PHY Network Interface from which the high-level communication (HLC) will be established |
| SECC_CONTROLLER_SIM | `False` | Whether or not to simulate the SECC Controller Interface |
| SECC_ENFORCE_TLS | `False` | Whether or not the SECC will enforce a TLS connection |
| EVCC_CONTROLLER_SIM | `False` | Whether or not to simulate the EVCC Controller Interface |
| EVCC_USE_TLS | `True` | Whether or not the EVCC signals the preference to communicate with a TLS connection |
| EVCC_ENFORCE_TLS | `False` | Whether or not the EVCC will only accept TLS connections |
| PKI_PATH | `<CWD>/iso15118/shared/pki/` | Path for the location of the PKI where the certificates are located |
| REDIS_HOST | `localhost` | Redis Host URL |
| REDIS_PORT | `6379` | Redis Port |
| LOG_LEVEL | `INFO` | Level of the Python log service |
| ENV | Default Value | Description |
| ------------------- | ---------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| NETWORK_INTERFACE | `eth0` | HomePlug Green PHY Network Interface from which the high-level communication (HLC) will be established |
| SECC_CONTROLLER_SIM | `False` | Whether or not to simulate the SECC Controller Interface |
| SECC_ENFORCE_TLS | `False` | Whether or not the SECC will enforce a TLS connection |
| EVCC_CONTROLLER_SIM | `False` | Whether or not to simulate the EVCC Controller Interface |
| EVCC_USE_TLS | `True` | Whether or not the EVCC signals the preference to communicate with a TLS connection |
| EVCC_ENFORCE_TLS | `False` | Whether or not the EVCC will only accept TLS connections |
| PKI_PATH | `<CWD>/iso15118/shared/pki/` | Path for the location of the PKI where the certificates are located. By default, the system will look for the PKI directory under the current working directory |
| REDIS_HOST | `localhost` | Redis Host URL |
| REDIS_PORT | `6379` | Redis Port |
| LOG_LEVEL | `INFO` | Level of the Python log service |

The project includes a few environmental files, in the root directory, for
different purposes:
Expand Down
2 changes: 1 addition & 1 deletion iso15118/shared/logging/logging.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ formatter=sampleFormatter
args=(sys.stdout,)

[formatter_sampleFormatter]
format=%(levelname)s %(asctime)s - %(name)s (%(lineno)d): %(message)s
format=%(levelname)s %(asctime)s - %(name)s (%(lineno)d): %(message)s

0 comments on commit 4f64bc2

Please sign in to comment.