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 10, 2024
1 parent 028dd21 commit 04fc50c
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 @@ -100,8 +100,8 @@ def launch(args):
curls=getListVariable("KERIA_CURLS"),
iurls=getListVariable("KERIA_IURLS"),
durls=getListVariable("KERIA_DURLS"),
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=agency, expire=0.0)

Expand Down

0 comments on commit 04fc50c

Please sign in to comment.