Skip to content

Configuration for port on which the camera-control server is running #101

@mheyen

Description

@mheyen

The port on which the flask app is listening should be configurable in the camera-control.yml .

See

# ToDo get host and port from config, default 127.0.0.1:8000
app.config['cameras'] = cameras
app.config['BASIC_AUTH_USERNAME'] = auth[0]
app.config['BASIC_AUTH_PASSWORD'] = auth[1]
app.run(host='127.0.0.1', port=8080)

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationenhancementNew feature or request
No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions