diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 5eaa47a..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.env b/.env new file mode 100644 index 0000000..fff8dc8 --- /dev/null +++ b/.env @@ -0,0 +1,2 @@ +HTTP_PORT = 8080 +HTTPS_PORT = 8443 diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..e502fc9 --- /dev/null +++ b/.env.development @@ -0,0 +1,2 @@ +CREDENTIALS_ENABLED = 0 +WEBHOOK_ENABLED = 0 diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..8cabc5a --- /dev/null +++ b/.env.production @@ -0,0 +1,2 @@ +CREDENTIALS_ENABLED = 1 +WEBHOOK_ENABLED = 1 diff --git a/.gitignore b/.gitignore index 689bc6a..ed81866 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,16 @@ +# WebStorm settings /.idea + +# npm /node_modules /npm-debug.log -/public -/pm2.config.js + +# macOS .DS_Store + +# local .env* files +.env.local +.env.*.local + +# downloaded files +/public diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 15a15b2..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 28a804d..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index fbd90b4..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/server.iml b/.idea/server.iml deleted file mode 100644 index 24643cc..0000000 --- a/.idea/server.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index d6eacee..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/webResources.xml b/.idea/webResources.xml deleted file mode 100644 index edf30b3..0000000 --- a/.idea/webResources.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 3b2c9de..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,266 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - robot - - - $PROJECT_DIR$ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -