Allow specification of alternate settings dir via BITMESSAGE_HOME #462

Merged
Atheros1 merged 2 commits from master into master 2013-08-30 19:54:41 +02:00
Atheros1 commented 2013-08-30 19:54:33 +02:00 (Migrated from github.com)
No description provided.
Atheros1 commented 2013-08-30 19:55:58 +02:00 (Migrated from github.com)

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.

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.
merlink01 commented 2013-09-01 00:48:24 +02:00 (Migrated from github.com)

@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?

@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?
This repo is archived. You cannot comment on pull requests.
No description provided.