tests(cli): include postgrest env vars in .env.test
This commit is contained in:
parent
9def6bc4d9
commit
0221021b84
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue