File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ additional_services:
20
20
- prometheus_grafana
21
21
- spamoor_blob
22
22
- custom_flood
23
+ - blobscan
23
24
- dugtrio
24
25
- blutgang
25
26
- apache
Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ def get_api_config(
171
171
env_vars = {
172
172
"CHAIN_ID" : network_id ,
173
173
"DATABASE_URL" : postgres_url ,
174
+ "DIRECT_URL" : postgres_url ,
174
175
"REDIS_URI" : redis_url ,
175
176
"SECRET_KEY" : SECRET_KEY ,
176
177
"BLOBSCAN_API_PORT" : str (API_HTTP_PORT_NUMBER ),
@@ -229,6 +230,7 @@ def get_web_config(
229
230
public_ports = public_ports ,
230
231
env_vars = {
231
232
"DATABASE_URL" : postgres_url ,
233
+ "DIRECT_URL" : postgres_url ,
232
234
"NEXT_PUBLIC_NETWORK_NAME" : network_name
233
235
if network_name in constants .PUBLIC_NETWORKS
234
236
else "devnet" ,
You can’t perform that action at this time.
0 commit comments