diff --git a/.env b/.env deleted file mode 100644 index 7203ee3..0000000 --- a/.env +++ /dev/null @@ -1,2 +0,0 @@ -NAME=histoiredunpied -URL=histoiredunpied.com diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..3031824 --- /dev/null +++ b/.env.example @@ -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 diff --git a/.gitignore b/.gitignore index 5bea5df..f5b1789 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ public resources node_modules IMG +.env