From 5ca6be756ce606cb2e8a0cf6063cc8ea2c097880 Mon Sep 17 00:00:00 2001 From: Felix Zumstein Date: Tue, 30 Apr 2024 11:04:55 +0200 Subject: [PATCH] fix .env.template --- .env.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.template b/.env.template index 2a32781..00b4fe5 100644 --- a/.env.template +++ b/.env.template @@ -1,8 +1,8 @@ # Copy this file to .env: # cp .env.template .env -ENVIRONMENT=development -ENTRAID_TENANT_ID= -ENTRAID_CLIENT_ID= +XLWINGS_ENVIRONMENT=development +XLWINGS_ENTRAID_TENANT_ID= +XLWINGS_ENTRAID_CLIENT_ID= # Get a free trial key from https://www.xlwings.org/trial XLWINGS_LICENSE_KEY=your-license-key