Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrFlick72 committed Jun 23, 2024
1 parent 361f84f commit ce4255e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions local-environment/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ client app for admin M2M purpose.
In order to have all the needed infrastructure you can avail on the [docker-compose.yml](..%2Fdocker-compose.yml)`, while
it is possible to instantiate a container to install a new tenant usable for local development using the command:

> docker run -it mrflick72/vauthenticator-local-tenant-installer:tag
> docker run --pull=always -it mrflick72/vauthenticator-local-tenant-installer:latest

# local host config
Expand Down Expand Up @@ -91,4 +91,4 @@ Postgres is an available option as storage, it is experimental right now and it
In order to activate it is needed to add the corrisponding spring profile '''experimental_database_persistence''' and
for the init process add to the docker run the environment variable '''experimental_database_persistence=true'''with the command like below:

> docker run -e experimental_database_persistence=true -it mrflick72/vauthenticator-local-tenant-installer:tag
> docker run --pull=always -e experimental_database_persistence=true -it mrflick72/vauthenticator-local-tenant-installer:latest
2 changes: 1 addition & 1 deletion local-environment/request.http
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ Content-Type: application/json
Authorization: Bearer {{auth_token}}

{
"mail": "[email protected]"
"email": "[email protected]"
}

0 comments on commit ce4255e

Please sign in to comment.