Skip to content

Commit 1475040

Browse files
committed
.env file
1 parent 2b89d16 commit 1475040

File tree

1 file changed

+24
-0
lines changed
  • validation/src/main/resources

1 file changed

+24
-0
lines changed

validation/src/main/resources/.env

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Copy this example file to .env and fill in the values
2+
# Do not commit .env to git
3+
4+
# Possible values are: plot, fetch, test
5+
RUN_MODE=fetch
6+
OVERWRITE_EXISTING_DATA=false
7+
8+
# Possible values are: ci, json, db-sync, koios
9+
SPRING_PROFILES_ACTIVE=db-sync
10+
11+
# The following values are required for the dbsync profile
12+
POSTGRES_HOST=localhost
13+
POSTGRES_PORT=5439
14+
POSTGRES_USER=postgres
15+
POSTGRES_PASSWORD=v8hlDV0yMAHHlIurYupj
16+
POSTGRES_DB=cexplorer
17+
18+
# Settings for the json data provider
19+
JSON_DATA_SOURCE_FOLDER=preprod_data
20+
21+
CARDANO_PROTOCOL_MAGIC=1
22+
23+
DATA_FETCHER_START_EPOCH=190
24+
DATA_FETCHER_END_EPOCH=192

0 commit comments

Comments
 (0)