diff --git a/.env b/.env new file mode 100644 index 0000000..7d3078d --- /dev/null +++ b/.env @@ -0,0 +1,7 @@ +PORT=4000 +DEBUG=true +RD_PORT=6379 +RD_ADD=127.0.0.1 +WS_SECRET=114514 +WS_PORT=4001 +TOKEN=54188 diff --git a/.gitignore b/.gitignore index 8eb3824..e559708 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ yarn-error.log* /.pnp .pnp.js +.env .vscode/* /dist/ /logs/