tests(cli): include postgrest env vars in .env.test

This commit is contained in:
Nicolas Meienberger 2023-10-10 21:31:26 +02:00
parent 9def6bc4d9
commit 0221021b84
2 changed files with 6 additions and 1 deletions

View File

@ -6,3 +6,8 @@ ROOT_FOLDER_HOST=/runtipi
STORAGE_PATH=/runtipi
TIPI_VERSION=1
REDIS_PASSWORD=redis
POSTGRES_HOST=localhost
POSTGRES_DBNAME=postgres
POSTGRES_USERNAME=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_PORT=5433

View File

@ -11137,7 +11137,7 @@ packages:
debug: 4.3.4
globrex: 0.1.2
tsconfck: 2.1.1(typescript@5.2.2)
vite: 4.4.7(@types/node@20.7.1)(sass@1.63.6)
vite: 4.4.7(@types/node@20.3.2)(sass@1.63.6)
transitivePeerDependencies:
- supports-color
- typescript