forked from github.com/plausible-hosting
Merge pull request #9 from kiprasmel/patch-1
Update plausible-conf.env - remove the brackets around env var values
This commit is contained in:
commit
b861c9be2b
@ -1,5 +1,5 @@
|
||||
ADMIN_USER_EMAIL={replace-me}
|
||||
ADMIN_USER_NAME={replace-me}
|
||||
ADMIN_USER_PWD={replace-me}
|
||||
BASE_URL={replace-me}
|
||||
SECRET_KEY_BASE={replace-me}
|
||||
ADMIN_USER_EMAIL=replace-me
|
||||
ADMIN_USER_NAME=replace-me
|
||||
ADMIN_USER_PWD=replace-me
|
||||
BASE_URL=replace-me
|
||||
SECRET_KEY_BASE=replace-me
|
||||
|
Loading…
Reference in New Issue
Block a user