Skip to content

Commit c453f8b

Browse files
authored
Fix config parameter name in the sample config (#5603)
1 parent af41987 commit c453f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/galexie/config.example.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ network = "testnet"
2828
# Alternatively, you can manually configure captive-core parameters (overrides defaults if 'network' is set).
2929

3030
# Path to the captive-core configuration file.
31-
#captive_core_config_path = "my-captive-core.cfg"
31+
#captive_core_toml_path = "my-captive-core.cfg"
3232

3333
# URLs for Stellar history archives, with multiple URLs allowed.
3434
#history_archive_urls = ["http://testarchiveurl1", "http://testarchiveurl2"]

0 commit comments

Comments
 (0)