Closed stevehobbsdev closed 8 years ago
/rsvps now redirects to /login when not logged in. Password is determined by 'ADMIN_PASSWORD' environment variable. To set it:
.env
echo "ADMIN_PASSWORD=<your password>" > .env
bundle install
/rsvps
/rsvps now redirects to /login when not logged in. Password is determined by 'ADMIN_PASSWORD' environment variable. To set it:
.env
in the root of the site and set the password:echo "ADMIN_PASSWORD=<your password>" > .env
bundle install
/rsvps
, where you will be asked to log in.env
file