From a8ae1f8d5a4e62ed76fa00f453e40c05bf166a2d Mon Sep 17 00:00:00 2001 From: Polaris Date: Fri, 23 Aug 2024 14:02:57 -0400 Subject: [PATCH] updated readme --- .example.env | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.example.env b/.example.env index f2387ab..49234c2 100644 --- a/.example.env +++ b/.example.env @@ -1,3 +1,5 @@ -DATABASE_URL="mysql://root:password@localhost:3306/daphnis" -DATABASE_AIME_URL = "mysql://root:password@localhost:3306/aime" +DATABASE_URL="mysql://root:securepassword@localhost:3306/daphnis" +DATABASE_AIME_URL = "mysql://root:securepassword@localhost:3306/aime" NEXT_PUBLIC_RESEND_API_KEY="" +DOMAIN="" +EMAIL="" \ No newline at end of file