You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment settings like username, api-id, ... MUST NOT be stored as part of the general sourcecode.
One convenient feature of docker-compose is the env-file:- statement that includes a simple key/value
file that can be persisted separatly. See env-file online documentation