It seems that there is currently now way for me to bring my own crypt hash for seeding? Say that my password is "example", then I would like to put $y$j9T$QxVr8WsdgXcVw.AVprEU20$MRgBvLbME5JhfxvcPwOCd4./YFicx/B/MtqZ1Fz12n6 in PORTUNUS_SEED_PATH=.../seed.json:
It seems that there is currently now way for me to bring my own crypt hash for seeding? Say that my password is "example", then I would like to put
$y$j9T$QxVr8WsdgXcVw.AVprEU20$MRgBvLbME5JhfxvcPwOCd4./YFicx/B/MtqZ1Fz12n6
inPORTUNUS_SEED_PATH=.../seed.json
:I also tried
but that won't have the desired effect (my password then is literally
"{CRYPT}$y..."
).I would prefer that over putting the password in a file and using a command.