From a6ab662bd745dd9d68580f8b4c0f9fbc91faab65 Mon Sep 17 00:00:00 2001 From: Jean-BaptisteC Date: Sun, 7 Apr 2024 18:53:54 +0200 Subject: [PATCH] Update documentation --- doc/install.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/install.md b/doc/install.md index 2001dc32..8f259c2f 100644 --- a/doc/install.md +++ b/doc/install.md @@ -28,8 +28,8 @@ Create the file `exodus/exodus/settings/custom_docker.py` with the following co ```bash from .docker import * -GOOGLE_ACCOUNT_USERNAME = "" -GOOGLE_ACCOUNT_PASSWORD = "" +GOOGLE_ACCOUNT_EMAIL = "" +GOOGLE_ACCOUNT_AAS_TOKEN = "" # Overwrite any other settings you wish to ``` @@ -126,8 +126,8 @@ Create the file `exodus/exodus/settings/custom_dev.py` with the following conte ```bash from .dev import * -GOOGLE_ACCOUNT_USERNAME = "" -GOOGLE_ACCOUNT_PASSWORD = "" +GOOGLE_ACCOUNT_EMAIL = "" +GOOGLE_ACCOUNT_AAS_TOKEN = "" # Overwrite any other settings you wish to ```