From ee904f3a732e6d03f369a1cb866bb6f6e9963443 Mon Sep 17 00:00:00 2001 From: Daniel31X13 Date: Tue, 20 Sep 2022 11:51:28 +0400 Subject: [PATCH] A few small changes. --- .env.sample | 3 +++ .gitignore | 1 + README.md | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .env.sample diff --git a/.env.sample b/.env.sample new file mode 100644 index 0000000..630a07a --- /dev/null +++ b/.env.sample @@ -0,0 +1,3 @@ +API_PORT=5600 +API_ADDRESS=192.168.2.125 +CLIENT_PORT=2500 \ No newline at end of file diff --git a/.gitignore b/.gitignore index d40877b..3ba4475 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ npm-debug.log* yarn-debug.log* yarn-error.log* mongo +.env api/media api/.ash_history diff --git a/README.md b/README.md index d5b4880..2e8cf99 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ LinkWarden Twitter Follow -![GitHub](https://img.shields.io/github/license/daniel31x13/link-warden?style=flat-square) ![GitHub top language](https://img.shields.io/github/languages/top/daniel31x13/link-warden?style=flat-square) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/daniel31x13/link-warden?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/daniel31x13/link-warden?style=flat-square) ![Netlify](https://img.shields.io/netlify/31890116-669c-4b1c-844e-fa427503d8bf?style=flat-square) ![GitHub Repo stars](https://img.shields.io/github/stars/daniel31x13/link-warden?style=flat-square) +![GitHub](https://img.shields.io/github/license/daniel31x13/link-warden?style=flat-square) ![GitHub top language](https://img.shields.io/github/languages/top/daniel31x13/link-warden?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/daniel31x13/link-warden?style=flat-square) ![Netlify](https://img.shields.io/netlify/31890116-669c-4b1c-844e-fa427503d8bf?style=flat-square) ![GitHub Repo stars](https://img.shields.io/github/stars/daniel31x13/link-warden?style=flat-square)