diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-06-28 15:09:02 +0200 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2018-06-28 15:09:02 +0200 |
commit | fbe376b6db019adbcf32a7b869cba600c5503f8e (patch) | |
tree | 7bd3e06f615a742adbaf569201c2ebe985c7764e /data | |
parent | 7b3a116d7602a25dd71b16133be44a35cb3d7cf1 (diff) | |
download | poezio-fbe376b6db019adbcf32a7b869cba600c5503f8e.tar.gz poezio-fbe376b6db019adbcf32a7b869cba600c5503f8e.tar.bz2 poezio-fbe376b6db019adbcf32a7b869cba600c5503f8e.tar.xz poezio-fbe376b6db019adbcf32a7b869cba600c5503f8e.zip |
Reintroduce the concept of resource, but named device_id and generated.
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index a71fa42c..3b8d17f0 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -22,6 +22,10 @@ password = # manager like secret-tool on gnome, or anything you want eval_password = +# This identifies this client over time with the server, to let it optimise +# offline storage and various other features. +device_id = + # Path to a PEM certificate file to use for certificate authentication # through SASL External. If set, keyfile MUST be provided as well in # order to login. |