diff --git a/.env.sample b/.env.sample new file mode 100644 index 0000000..97717c2 --- /dev/null +++ b/.env.sample @@ -0,0 +1,8 @@ +REDIS_PASSWORD= +DB_PASSWORD= +DB_NAME= +DB_USER= +DB_HOST= +REDIS_PORT= +REDIS_HOST= +BASE_URL= diff --git a/.gitignore b/.gitignore index de410db..e8644cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ .env -build/ \ No newline at end of file +build/