Allow specification of alternate settings dir via BITMESSAGE_HOME #462
No reviewers
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-02#462
Loading…
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?