Skip to content

Commit

Permalink
rename env variable to indicate experimental status
Browse files Browse the repository at this point in the history
  • Loading branch information
lenkan committed Dec 9, 2024
1 parent ae79ee8 commit c88ec7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/keria/app/cli/commands/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def runAgent(name="ahab", base="", bran="", admin=3901, http=3902, boot=3903, co
keypath=keypath,
certpath=certpath,
cafilepath=cafilepath,
bootPassword=os.getenv("KERIA_BOOT_PASSWORD"),
bootUsername=os.getenv("KERIA_BOOT_USERNAME")))
bootPassword=os.getenv("KERIA_EXPERIMENTAL_BOOT_PASSWORD"),
bootUsername=os.getenv("KERIA_EXPERIMENTAL_BOOT_USERNAME")))

directing.runController(doers=doers, expire=expire)

0 comments on commit c88ec7f

Please sign in to comment.