feat: Remove .env file

This commit is contained in:
Simon 2020-03-13 08:54:15 +01:00
parent cc2bfd1234
commit c9158e3d00
3 changed files with 7 additions and 2 deletions

2
.env
View File

@ -1,2 +0,0 @@
NAME=histoiredunpied
URL=histoiredunpied.com

6
.env.example Normal file
View File

@ -0,0 +1,6 @@
NAME=histoiredunpied
URL=histoiredunpied.com
MATOMO_URL=https://matomo.fr
MATOMO_IDSITE=1
MATOMO_TOKEN_AUTH=
LOG_PATH=/var/log/nginx/access.log

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ public
resources
node_modules
IMG
.env