From a39d6df9e6585a904d4d27c20a369cbdcdef87b1 Mon Sep 17 00:00:00 2001 From: Lounys Date: Tue, 12 Aug 2025 18:10:59 +0200 Subject: [PATCH] docs: change template of the .env file to include the mandatory unsplash key --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 607e1ef3d..a7bce6030 100644 --- a/.env.example +++ b/.env.example @@ -4,6 +4,7 @@ # Example API keys and tokens (add your actual values in .env) # GOOGLE_DRIVE_TOKEN=your-token-here # DROPBOX_API_KEY=your-api-key-here +# UNSPLASH_KEY=your-api-key-here # WEBDAV_URL=https://your-webdav-server.com # WEBDAV_USERNAME=your-username -# WEBDAV_PASSWORD=your-password \ No newline at end of file +# WEBDAV_PASSWORD=your-password