diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index ee9a5be..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.env b/.env deleted file mode 100644 index fd8a338..0000000 --- a/.env +++ /dev/null @@ -1,2 +0,0 @@ -ADMINS=adminname1|pass1,adminname2|pass2,test -PORT = 3000 \ No newline at end of file diff --git a/README.md b/README.md index c9ba7eb..9826433 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Alternatively you can follow this process to deploy it starting from a zipped pr ## The .env file -.env is a text file in the root folder that contains private variables, in this case admin usernames and passwords and the port used by the project. It's not published on github and it's not automatically published on glitch so you have to create it manually and copy paste the content in the glitch editor and/or in your code editor if you are running is as a local project. +.env is a text file in the root folder that contains private variables, in this case admin usernames and passwords and the port used by the project. It's not published on github and it's not automatically published on glitch so you may have to create it manually and/or copy paste the content in the glitch editor and/or in your code editor if you are running is as a local project. An example of .env file for LIKELIKE online: diff --git a/public/.DS_Store b/public/.DS_Store deleted file mode 100644 index 11eaf81..0000000 Binary files a/public/.DS_Store and /dev/null differ diff --git a/public/assets/.DS_Store b/public/assets/.DS_Store deleted file mode 100644 index 1a6b10a..0000000 Binary files a/public/assets/.DS_Store and /dev/null differ