Skip to content

Commit

Permalink
Update README.md and .env.example files to Vault version 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
piiano-cicd committed Dec 24, 2024
1 parent e31e2f3 commit 710b45b
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.14.0
PVAULT_SERVER_DOCKER_TAG = docker.io/piiano/pvault-server:1.14.1
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.25 and is compatible with Vault version 1.14.0 .
This demo application version is 0.8.26 and is compatible with Vault version 1.14.1 .

## How to use this demo

Expand Down

0 comments on commit 710b45b

Please sign in to comment.