mirror of
https://gitlab.com/sfz.aalen/infra/fabaccess.git
synced 2025-03-12 15:01:47 +01:00
Update README.md
This commit is contained in:
parent
ce5ca3bee6
commit
96172f7edc
22
README.md
22
README.md
@ -0,0 +1,22 @@
|
|||||||
|
# Fab Access
|
||||||
|
|
||||||
|
The backend implementation that handles access control for the FabLab. In order to test, a `.env` file with the following content must be created. A test setup can then be started using `docker-compose up --build`
|
||||||
|
|
||||||
|
|
||||||
|
```sh
|
||||||
|
KEYCLOAK_URL=auth.sfz-aalen.space
|
||||||
|
KEYCLOAK_USER_NAME=YOUR_USERNAME
|
||||||
|
KEYCLOAK_USER_PW=YOUR_PASSWORD
|
||||||
|
KEYCLOAK_REALM=master
|
||||||
|
|
||||||
|
DB_HOSTNAME=db
|
||||||
|
DB_USERNAME=postgres
|
||||||
|
DB_PASSWORD=postgres
|
||||||
|
DB_DATABASE=fab_access
|
||||||
|
|
||||||
|
MQTT_USERNAME=user
|
||||||
|
MQTT_PASSWORD=password
|
||||||
|
MQTT_BROKER=mqtt
|
||||||
|
MQTT_CLIENT=FabMan
|
||||||
|
```
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user