Merge pull request #3 from rafiarrafif/chore/adjustmnent
🔧 chore: update example env
This commit is contained in:
@ -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=
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -56,6 +56,9 @@ server.exe
|
||||
/src/routes.ts
|
||||
/src/modules/debug
|
||||
|
||||
# Credential files
|
||||
/src/config/account/*.ts
|
||||
|
||||
# uploaded files
|
||||
/uploads
|
||||
|
||||
|
||||
@ -1 +0,0 @@
|
||||
export const SystemAccountId = "b734b9bc-b4ea-408f-a80e-0a837ce884da";
|
||||
Reference in New Issue
Block a user