Merge pull request #3 from rafiarrafif/chore/adjustmnent

🔧 chore: update example env
This commit is contained in:
Rafi Arrafif
2026-01-29 01:58:33 +07:00
committed by GitHub
3 changed files with 8 additions and 2 deletions

View File

@ -3,9 +3,13 @@ APP_ENV=development
APP_DOMAIN= APP_DOMAIN=
APP_PROTOCOL= APP_PROTOCOL=
APP_PORT= APP_PORT=
API_KEY=nahidaa API_KEY=87e20de621fe18930dfbe714d8684bd5ada376903c3092fa3b9aa4a2db10cfba
ALLOWED_ORIGINS=www.nounoz.com,nounoz.com,localhost ALLOWED_ORIGINS=www.nounoz.com,nounoz.com,localhost
DEFAULT_ADMIN_EMAIL=
DEFAULT_ADMIN_USERNAME=
DEFAULT_ADMIN_PASSWORD=
SALT_ROUNDS= SALT_ROUNDS=
JWT_SECRET= JWT_SECRET=
SESSION_EXPIRE= SESSION_EXPIRE=

3
.gitignore vendored
View File

@ -56,6 +56,9 @@ server.exe
/src/routes.ts /src/routes.ts
/src/modules/debug /src/modules/debug
# Credential files
/src/config/account/*.ts
# uploaded files # uploaded files
/uploads /uploads

View File

@ -1 +0,0 @@
export const SystemAccountId = "b734b9bc-b4ea-408f-a80e-0a837ce884da";