We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b89d16 commit 1475040Copy full SHA for 1475040
validation/src/main/resources/.env
@@ -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