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 ```