mirror of
https://github.com/plausible/hosting.git
synced 2024-11-04 15:25:59 -06:00
5b566c9ea2
I got confused why I couldn't log in even though the credentials were correct. Turns out you're supposed to remove the brackets around the env variables - I didn't knew that. I think this will prove less confusing
6 lines
128 B
Bash
6 lines
128 B
Bash
ADMIN_USER_EMAIL=replace-me
|
|
ADMIN_USER_NAME=replace-me
|
|
ADMIN_USER_PWD=replace-me
|
|
BASE_URL=replace-me
|
|
SECRET_KEY_BASE=replace-me
|