mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
additional db .env
This commit is contained in:
parent
59e79dd846
commit
fc693967ac
2
.github/workflows/test_e2e.yml
vendored
2
.github/workflows/test_e2e.yml
vendored
@ -140,6 +140,8 @@ jobs:
|
||||
cp .env.test_e2e .env
|
||||
cd ../backend
|
||||
cp .env.test_e2e .env
|
||||
cd ../database
|
||||
cp .env.test_e2e .env
|
||||
cd ..
|
||||
bun turbo seed --env-mode=loose
|
||||
|
||||
|
||||
7
database/.env.test_e2e
Normal file
7
database/.env.test_e2e
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
# DB
|
||||
DB_USER=root
|
||||
DB_PASSWORD=root
|
||||
DB_HOST=127.0.0.1
|
||||
DB_PORT=3306
|
||||
DB_DATABASE=gradido_community
|
||||
Loading…
x
Reference in New Issue
Block a user