From c53b6caa1529c7ddf2626e8305e726da2ca57a2f Mon Sep 17 00:00:00 2001 From: Paul Tran-Van Date: Tue, 16 Jul 2024 09:02:29 +0200 Subject: [PATCH] Make the stack runnable from default config When running the stack after copying the default configuration file, the stack won't start because of errors due to fake paths defined for firebase and encryption. Let's comment them to ease incoming developers' life. --- cozy.example.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cozy.example.yaml b/cozy.example.yaml index 8b17ff4dfda..fbd56d8602e 100644 --- a/cozy.example.yaml +++ b/cozy.example.yaml @@ -56,9 +56,9 @@ admin: # to generate the keys vault: # the path to the key used to encrypt credentials - credentials_encryptor_key: /path/to/key.enc + # credentials_encryptor_key: /path/to/key.enc # the path to the key used to decrypt credentials - credentials_decryptor_key: /path/to/key.dec + # credentials_decryptor_key: /path/to/key.dec # file system parameters fs: @@ -371,7 +371,7 @@ notifications: development: false # Firebase Cloud Messaging API - fcm_credentials_file: /etc/cozy/fcm_credentials.json + # fcm_credentials_file: /etc/cozy/fcm_credentials.json # APNS/2 certificates for iOS notifications # ios_certificate_key_path: path/to/certificate.p12