diff --git a/example_env b/.env.example similarity index 88% rename from example_env rename to .env.example index 0325f9e..e4eb3c3 100644 --- a/example_env +++ b/.env.example @@ -4,6 +4,6 @@ clientId= clientSecret= webhookSecret=secret PORT= -smee_URL= +source= diff --git a/.gitignore b/.gitignore index a621ba7..425e9b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ node_modules npm-debug.log *.pem -.env +.env* +!.env.example logs \ No newline at end of file