Menyelesaikan object user dan init base
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
APP_ENV=development #development / test / prod
|
||||
PORT=3069
|
||||
DATABASE_URL=postgresql://USERNAME:PASSWORD@HOST:5432/DATABASE?schema=public
|
||||
|
||||
JWT_SECRET=GANTI_DENGAN_SECRET
|
||||
JWT_REFRESH_SECRET=GANTI_DENGAN_REFRESH_SECRET
|
||||
|
||||
SWAGGER_ENABLED=true
|
||||
|
||||
LOG_LEVEL=debug
|
||||
Reference in New Issue
Block a user