Skip to content

Commit

Permalink
fix: set DATABASE_SYNCHRONIZE default is false
Browse files Browse the repository at this point in the history
  • Loading branch information
GaoNeng-wWw committed Dec 9, 2024
1 parent 24aea85 commit 22fefa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toolkits/pro/template/server/nestJs/.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ DATABASE_PORT = 3306
DATABASE_USERNAME = 'root'
DATABASE_PASSWORD = 'root'
DATABASE_NAME = 'ospp-nest'
DATABASE_SYNCHRONIZE = 'true'
DATABASE_SYNCHRONIZE = 'false'
DATABASE_AUTOLOADENTITIES = 'true'

AUTH_SECRET = 'secret'
Expand Down

0 comments on commit 22fefa7

Please sign in to comment.