Get user
and password
from environment variables
, then connecting Datasource.
Examples:
echo "export DB_USERNAME=your-username" >> ~/.zshrc
echo "export DB_PASSWORD=your-password" >> ~/.zshrc
switch Authentication:
to Auth By Env
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "auth-by-env" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...