mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
chore(deps): update metersphere/metersphere-ce-allinone docker tag to v3.3.0 (#2182)
* chore(deps): update metersphere/metersphere-ce-allinone docker tag to v3.3.0 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github-action update-app-version
parent
888bec88e8
commit
434fbb66d4
+35
@@ -0,0 +1,35 @@
|
||||
[mysqld]
|
||||
datadir=/opt/metersphere/data/mysql
|
||||
|
||||
default-storage-engine=INNODB
|
||||
character_set_server=utf8mb4
|
||||
lower_case_table_names=1
|
||||
performance_schema=off
|
||||
table_open_cache=128
|
||||
transaction_isolation=READ-COMMITTED
|
||||
max_connections=1000
|
||||
max_connect_errors=6000
|
||||
max_allowed_packet=64M
|
||||
innodb_file_per_table=1
|
||||
innodb_buffer_pool_size=256M
|
||||
innodb_lock_wait_timeout=1800
|
||||
|
||||
server-id=1
|
||||
log-bin=mysql-bin
|
||||
expire_logs_days = 2
|
||||
binlog_format=mixed
|
||||
|
||||
character-set-client-handshake = FALSE
|
||||
character-set-server=utf8mb4
|
||||
collation-server=utf8mb4_general_ci
|
||||
init_connect='SET default_collation_for_utf8mb4=utf8mb4_general_ci'
|
||||
|
||||
sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
|
||||
|
||||
skip-name-resolve
|
||||
|
||||
[mysql]
|
||||
default-character-set=utf8mb4
|
||||
|
||||
[mysql.server]
|
||||
default-character-set=utf8mb4
|
||||
Reference in New Issue
Block a user