diff --git a/enc_conf b/enc_conf index 7009329..c6fb7ce 100755 Binary files a/enc_conf and b/enc_conf differ diff --git a/home_dec_conf b/home_dec_conf new file mode 100755 index 0000000..f27da5a --- /dev/null +++ b/home_dec_conf @@ -0,0 +1,22 @@ +[blapointe-com-drive] +type = drive +scope = drive +token = {"access_token":"ya29.Gl2CBvq8n1UQ0QEW8GyuZ1Ak_755aK9PH0SGVu0gRcHNVIQ4gxYbFCiSK9apQ1bKq8O03u0Hd51AqM86xiSZ6hmr_MFjJkx6aULi8V_kjeFgwUZWVzNHTDy3lKtLQ2M","token_type":"Bearer","refresh_token":"1/BosxIJomEw4ZdrztUFOK8P2Hy_9M9gQjgTKAnwMJreI","expiry":"2018-12-30T11:49:23.662636776-07:00"} +use_trash = false + +[local-minio] +type = s3 +provider = Minio +env_auth = false +access_key_id = accesskey +secret_access_key = secretkey +endpoint = http://192.168.0.18:9000 +acl = private + +[blapointe-com-drive-enc] +type = crypt +remote = blapointe-com-drive:enc/sync +filename_encryption = standard +directory_name_encryption = true +password = DN3nm6bFkronFObSliNwj9u3W0MKAE-fGXP9BHCYM35EmpXm-7OojLla0LNPz3M + diff --git a/dec_conf b/work_dec_conf similarity index 100% rename from dec_conf rename to work_dec_conf