forked from github.com/plausible-hosting
Use .env so we don't conflict with upstream and overwrite
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
plausible-conf.env
|
||||
data/
|
||||
.env
|
@ -32,4 +32,4 @@ services:
|
||||
ports:
|
||||
- 127.0.0.1:84:8000
|
||||
env_file:
|
||||
- plausible-conf.env
|
||||
- .env
|
||||
|
@ -1,3 +0,0 @@
|
||||
BASE_URL=replace-me
|
||||
SECRET_KEY_BASE=replace-me
|
||||
TOTP_VAULT_KEY=replace-me
|
Reference in New Issue
Block a user