From 1ae59c2ccbd9b50b9f33abbc36edc3cb29500e98 Mon Sep 17 00:00:00 2001 From: Rafi Arrafif Date: Wed, 28 Jan 2026 23:49:16 +0700 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=94=A7=20chore:=20update=20example=20?= =?UTF-8?q?env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index cd35275..69685ac 100644 --- a/.env.example +++ b/.env.example @@ -3,9 +3,13 @@ APP_ENV=development APP_DOMAIN= APP_PROTOCOL= APP_PORT= -API_KEY=nahidaa +API_KEY=87e20de621fe18930dfbe714d8684bd5ada376903c3092fa3b9aa4a2db10cfba ALLOWED_ORIGINS=www.nounoz.com,nounoz.com,localhost +DEFAULT_ADMIN_EMAIL= +DEFAULT_ADMIN_USERNAME= +DEFAULT_ADMIN_PASSWORD= + SALT_ROUNDS= JWT_SECRET= SESSION_EXPIRE= From b8d92dd9962bf4639417fcd9195b7ab9877b3c59 Mon Sep 17 00:00:00 2001 From: Rafi Arrafif Date: Thu, 29 Jan 2026 01:57:02 +0700 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=94=92=20security:=20ignore=20account?= =?UTF-8?q?=20credentials=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/account/system.ts | 1 - 1 file changed, 1 deletion(-) delete mode 100644 src/config/account/system.ts diff --git a/src/config/account/system.ts b/src/config/account/system.ts deleted file mode 100644 index f8ece61..0000000 --- a/src/config/account/system.ts +++ /dev/null @@ -1 +0,0 @@ -export const SystemAccountId = "b734b9bc-b4ea-408f-a80e-0a837ce884da"; From 1f099c0942e34b348358462888f2c4309a120cce Mon Sep 17 00:00:00 2001 From: Rafi Arrafif Date: Thu, 29 Jan 2026 01:57:52 +0700 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=94=92=20security:=20ignoring=20any?= =?UTF-8?q?=20account=20config=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3c18105..2774433 100644 --- a/.gitignore +++ b/.gitignore @@ -56,6 +56,9 @@ server.exe /src/routes.ts /src/modules/debug +# Credential files +/src/config/account/*.ts + # uploaded files /uploads