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
We'll have a few things: Postgres password; admin username and password; etc. which at present are hard-coded. They should get picked up from the environment, and that should be defined properly in the production environment.
The text was updated successfully, but these errors were encountered:
In the absence of a full username / password database (or some other authentication storage) we need to add the following 2 environment variables for the admin pages:
OPTIMISM_ADMIN_USERNAME
OPTIMISM_ADMIN_PASSWORD
The password in particular needs to be secure and be provided from a secret.
We'll have a few things: Postgres password; admin username and password; etc. which at present are hard-coded. They should get picked up from the environment, and that should be defined properly in the production environment.
The text was updated successfully, but these errors were encountered: