Allow specification of alternate settings dir via BITMESSAGE_HOME #462
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
You were right; it turns out that this is the correct place for this. Other code in helper_startup.py which checks the shared.appdata variable to see if it was set as a startup option I will have to move over.
@Atheros1
Isn't this a solution for my last pull problem?
Before I have to import bitmessagemain, we could now simply call:
environ['BITMESSAGE_HOME'] = '/tmp/test'
So all datas and logfiles should run in this directory, or?