2e985f1f5e
modified: serv_keycloak/docker-compose.yaml new file: serv_postgres/.env new file: serv_postgres/docker-compose.yaml modified: serv_rest_api/.env modified: serv_rest_api/docker-compose.yml Create postgres serv
7 lines
68 B
Bash
7 lines
68 B
Bash
|
|
# REST API SERVER
|
|
|
|
SERVER_PORT=8000
|
|
SECRET_KEY=my_very_secret_key
|
|
|