Skip to content

Commit 4c8ce41

Browse files
committed
chore: unignore .env.example and add load-test env example
1 parent 19abc56 commit 4c8ce41

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ hs_err_pid*
2828
target
2929
settings.xml
3030
.env*
31+
!.env.example
3132

3233
/data/
3334
/node/

tests/load-tests/.env.example

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Database connection for populating test data from Yaci Store
2+
# Copy this file to .env and fill in your values
3+
4+
# Database connection (default rosetta-java credentials)
5+
DB_HOST=localhost
6+
DB_PORT=5432
7+
DB_NAME=rosetta-java
8+
DB_USER=rosetta_db_admin
9+
DB_PASSWORD=weakpwd#123_d
10+
DB_SCHEMA=public
11+
12+
# Alternative: use a connection string
13+
# DATABASE_URL=postgresql://rosetta_db_admin:weakpwd#123_d@localhost:5432/rosetta-java

0 commit comments

Comments
 (0)