diff --git a/.env.default b/.env.default new file mode 100644 index 0000000..3219ce1 --- /dev/null +++ b/.env.default @@ -0,0 +1,4 @@ +# Redis configuration +REDIS_HOST= +REDIS_PORT= +REDIS_PASSWORD= \ No newline at end of file diff --git a/.gitignore b/.gitignore index 3c3629e..d09104f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -node_modules +.env + +node_modules \ No newline at end of file