mirror of
https://github.com/go-home-admin/toolset.git
synced 2025-12-24 13:37:52 +08:00
13 lines
505 B
YAML
13 lines
505 B
YAML
connections:
|
|
mysql:
|
|
driver: mysql
|
|
host: env("DB_HOST")
|
|
port: env("DB_PORT")
|
|
database: env("DB_DATABASE")
|
|
username: env("DB_USERNAME")
|
|
password: env("DB_PASSWORD")
|
|
# If you need to specify maintenance time fields, declare the following settings.
|
|
# The following values are the default; if they are consistent, you do not need to declare them.
|
|
#created_field: created_at
|
|
#updated_field: updated_at
|
|
#deleted_field: deleted_at # The soft delete mechanism in Gorm. |