Created
September 6, 2023 19:14
-
-
Save tamirms/0a84ce6ed68842f19cec91ff69feaff5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ARTIFICIALLY_ACCELERATE_TIME_FOR_TESTING = true | |
ENABLE_SOROBAN_DIAGNOSTIC_EVENTS = true | |
FAILURE_SAFETY = 0 | |
HTTP_PORT = 0 | |
LOG_FILE_PATH = "" | |
NETWORK_PASSPHRASE = "Standalone Network ; February 2017" | |
RUN_STANDALONE = true | |
TESTING_MINIMUM_PERSISTENT_ENTRY_LIFETIME = 10 | |
TESTING_SOROBAN_HIGH_LIMIT_OVERRIDE = true | |
UNSAFE_QUORUM = true | |
[[VALIDATORS]] | |
ADDRESS = "localhost" | |
HOME_DOMAIN = "core.local" | |
NAME = "local_core" | |
PUBLIC_KEY = "GD5KD2KEZJIGTC63IGW6UMUSMVUVG5IHG64HUTFWCHVZH2N2IBOQN7PS" | |
QUALITY = "MEDIUM" | |
[HISTORY.h0] | |
get = "curl -sf http://localhost:1570/{0} -o {1}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment