set the default keystore to the same as the default in fdroid init

This should keep things simple and consistent.
This commit is contained in:
Hans-Christoph Steiner 2014-03-31 21:42:46 -04:00
parent a31f4571c2
commit 7bb490221a
2 changed files with 3 additions and 1 deletions

View file

@ -66,6 +66,8 @@ def read_config(opts, config_file='config.py'):
'stats_to_carbon': False,
'repo_maxage': 0,
'build_server_always': False,
'keystore': os.path.join(os.getenv('HOME'),
'.local', 'share', 'fdroidserver', 'keystore.jks'),
'char_limits': {
'Summary' : 50,
'Description' : 1500