From 0cdb52754f1b71cfabf049a342d60441d01cc963 Mon Sep 17 00:00:00 2001 From: Lilleman Date: Sat, 22 Jan 2022 15:35:58 +0100 Subject: [PATCH] Minor stuff --- .dockerignore | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 3598c30..c0ea84d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,4 @@ +.env_example +docker-compose.yml +README.md tests \ No newline at end of file diff --git a/README.md b/README.md index 3429bb4..51b2c1c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Auth API -This is a tiny http API for auth. Register accounts, auth with api-key or name/password, renew JWT tokens... +A tiny REST API for auth. Register accounts, auth with api-key or name/password, renew JWT tokens... ## Quick start with docker compose