From dc3d252660dda39fd8e59614a2cefff4abe213a4 Mon Sep 17 00:00:00 2001 From: Owen Date: Sat, 30 Aug 2025 21:35:20 -0700 Subject: [PATCH] Fix #9 --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dca4c3e..465d5c1 100644 --- a/README.md +++ b/README.md @@ -120,15 +120,14 @@ olm.exe debug olm.exe help ``` +Note running the service requires credentials in `%PROGRAMDATA%\olm\olm-client\config.json`. + ### Service Configuration When running as a service, Olm will read configuration from environment variables or you can modify the service to include command-line arguments: 1. Install the service: `olm.exe install` -2. Configure the service with your credentials using Windows Service Manager or by setting system environment variables: - - `PANGOLIN_ENDPOINT=https://example.com` - - `OLM_ID=your_olm_id` - - `OLM_SECRET=your_secret` +2. Set the credentials in `%PROGRAMDATA%\olm\olm-client\config.json`. Hint: if you run olm once with --id and --secret this file will be populated! 3. Start the service: `olm.exe start` ### Service Logs