Skip to content

Commit

Permalink
Update README.md and .env.example files to Vault version 1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
piiano-cicd committed Nov 24, 2024
1 parent 3d2e9ea commit 518f7d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PVAULT_DB_PASSWORD = pvault
# Vault
PVAULT_ADMIN_API_KEY = pvaultauth
PVAULT_PORT = 8123
PVAULT_SERVER_DOCKER_TAG = docker.io/piiano/pvault-server:1.13.2
PVAULT_SERVER_DOCKER_TAG = docker.io/piiano/pvault-server:1.13.3
PVAULT_LOG_LEVEL = info
PVAULT_LOG_CUSTOMER_IDENTIFIER = vault-demo
PVAULT_LOG_CUSTOMER_ENV = demo
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The backend is implemented in Python Django and uses a PostgreSQL DB to store th

The application is deployed using Docker Compose, and includes a Piiano Vault container, a PostgreSQL DB container, a web based Terminal container and an Elastic stack container for viewing logs.

This demo application version is 0.8.23 and is compatible with Vault version 1.13.2 .
This demo application version is 0.8.24 and is compatible with Vault version 1.13.3 .

## How to use this demo

Expand Down

0 comments on commit 518f7d8

Please sign in to comment.