fix: migrations
This commit is contained in:
17
.env
17
.env
@@ -1,24 +1,23 @@
|
||||
# Server Configuration
|
||||
SERVER_PORT=3000
|
||||
SERVER_HOST=0.0.0.0
|
||||
|
||||
# Database Configuration
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
DB_USER=gitea
|
||||
DB_PASSWORD=gitea
|
||||
DB_NAME=gitea
|
||||
PROJECT_NAME=gitea-ext
|
||||
DB_SERVICE_NAME=postgres
|
||||
DB_PORT=3306
|
||||
DB_USER=root
|
||||
DB_PASSWORD=Maal12345678
|
||||
DB_NAME=presta
|
||||
PROJECT_NAME=nalu_b2b
|
||||
DB_SERVICE_NAME=nalu_b2b
|
||||
DB_SSLMODE=disable
|
||||
|
||||
# App COnfig
|
||||
APP_NAME="User Management System"
|
||||
APP_NAME="B2b Management System"
|
||||
APP_VERSION=2.1.0
|
||||
APP_ENVIRONMENT=development
|
||||
|
||||
# JWT Configuration
|
||||
AUTH_JWT_SECRET=511900e67f2db873e72b0b24e51352227b067fc03c5d7b3d321e3baba317c83a
|
||||
AUTH_JWT_SECRET=5c020e6ed3d8d6e67e5804d67c83c4bd5ae474df749af6d63d8f20e7e2ba29b3
|
||||
AUTH_JWT_EXPIRATION=86400
|
||||
AUTH_REFRESH_EXPIRATION=604800
|
||||
|
||||
|
||||
Reference in New Issue
Block a user