mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
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:
parent
a31f4571c2
commit
7bb490221a
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue