fix database.yml.example gitea adapter

This commit is contained in:
chenjing 2021-09-27 10:03:27 +08:00
parent 5b16138c5a
commit c9a902d416
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ default: &default
password: 123456
# socket: /var/run/mysqld/mysqld.sock
gitea_server:
aadapter: mysql2
adapter: mysql2
database: gitea_development
host: 127.0.0.1
username: root