2020-08-23 21:52:38 +02:00
|
|
|
# Entities Service
|
|
|
|
|
|
|
|
Query and manipulate the Netz39 entities database.
|
2020-08-23 22:07:20 +02:00
|
|
|
|
|
|
|
## Running the Service
|
|
|
|
|
|
|
|
### Configuration
|
|
|
|
|
|
|
|
The service is configured via the following environment variables:
|
|
|
|
* `PORT`: Service port. defaults to 8080
|
|
|
|
* `AUTH`: Authentication tokens, defaults to None. Example Configuration : `AUTH={"token_1": "user_1", "token_2": "user_2"}`
|
|
|
|
|