Skip to content

Commit

Permalink
Make the stack runnable from default config (#4445)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
paultranvan committed Jul 16, 2024
2 parents 799652c + c53b6ca commit 55c3dd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cozy.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 55c3dd8

Please sign in to comment.