Changes between Version 1 and Version 2 of Ticket #2124
- Timestamp:
- 2013-12-01T20:32:58Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2124 – Description
v1 v2 47 47 48 48 amontero: 49 I have now to figure how and where in the code get the " ConfigEntry=num" from file49 I have now to figure how and where in the code get the "!ConfigEntry=num" from file 50 50 51 warner: yeah, that part will probably take 90% of the code. it should be passed as an argument into the StorageServer constructor and should be read from the config file in src/allmydata/client.py in the init_storage() method51 warner: yeah, that part will probably take 90% of the code. it should be passed as an argument into the !StorageServer constructor and should be read from the config file in src/allmydata/client.py in the init_storage() method 52 52 53 53 amontero: