Renamed config to configuration in httpserver URL.
This commit is contained in:
parent
2dbc971275
commit
0c40b51caf
2 changed files with 4 additions and 2 deletions
|
|
@ -108,6 +108,8 @@ def main():
|
|||
logger.error(str('[uplink] configuration error: {0}'.format(err)))
|
||||
sys.exit(1)
|
||||
|
||||
# To be more cross-platform compatible maybe changes are needed:
|
||||
# https://stackoverflow.com/questions/4271740/how-can-i-use-python-to-get-the-system-hostname
|
||||
configuration.set_env_var('_hostname', socket.gethostname())
|
||||
|
||||
configuration.set_env_var('__version__', __version__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue