No description
| .gitignore | ||
| app.py | ||
| auth.py | ||
| docker-compose.yml | ||
| Dockerfile | ||
| dotenv.template | ||
| OAS3.yml | ||
| README.md | ||
| requirements.txt | ||
| test.py | ||
| test.sh | ||
| util.py | ||
Entities Service
Query and manipulate the Netz39 entities database.
Running the Service
Configuration
The service is configured via the following environment variables:
PORT: Service port. defaults to 8080AUTH: Authentication tokens, defaults to None. Example Configuration :AUTH={"token_1": "user_1", "token_2": "user_2"}