TEMPLATE env vars

This commit is contained in:
Zeni Kim 2024-09-23 18:11:13 -05:00
parent 3e8ae397d8
commit 9b61e1ccf9
2 changed files with 8 additions and 1 deletions

View file

@ -16,6 +16,6 @@ func GetGormConfig() core.GormConfig {
return core.GormConfig{
// For enabling and disabling the GORM
// set to true to enable it, set to false to disable
EnableGorm: false,
EnableGorm: true,
}
}