You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .env.dev
+2
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ WEB_PORT_HTTP=80
3
3
WEB_PORT_SSL=443
4
4
# XDEBUG_CONFIG possible values: main|osx. Use main value for Linux and Windows, osx value for MacOS.
5
5
XDEBUG_CONFIG=main
6
+
# MySQL version, recommend values: 8.1|8.0
7
+
MYSQL_VERSION=8.1
6
8
# MySQL INNODB_USE_NATIVE_AIO possible values: 1|0. Set to 0 when AIO interface is not supported on OSX. https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_use_native_aio
7
9
INNODB_USE_NATIVE_AIO=1
8
10
# Sometimes AWS MySQL RDS has SQL_MODE="NO_ENGINE_SUBSTITUTION" (https://github.com/awsdocs/amazon-rds-user-guide/issues/160) but MySQL default described here - https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_mode
Copy file name to clipboardexpand all lines: .env.prod
+2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
###> docker configuration ###
2
2
WEB_PORT_HTTP=80
3
3
WEB_PORT_SSL=443
4
+
# MySQL version, recommend values: 8.1|8.0
5
+
MYSQL_VERSION=8.1
4
6
# MySQL INNODB_USE_NATIVE_AIO possible values: 1|0. Set to 0 when AIO interface is not supported on OSX. https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_use_native_aio
5
7
INNODB_USE_NATIVE_AIO=1
6
8
# Sometimes AWS MySQL RDS has SQL_MODE="NO_ENGINE_SUBSTITUTION" (https://github.com/awsdocs/amazon-rds-user-guide/issues/160) but MySQL default described here - https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_mode
Copy file name to clipboardexpand all lines: .env.staging
+2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
###> docker configuration ###
2
2
WEB_PORT_HTTP=80
3
3
WEB_PORT_SSL=443
4
+
# MySQL version, recommend values: 8.1|8.0
5
+
MYSQL_VERSION=8.1
4
6
# MySQL INNODB_USE_NATIVE_AIO possible values: 1|0. Set to 0 when AIO interface is not supported on OSX. https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_use_native_aio
5
7
INNODB_USE_NATIVE_AIO=1
6
8
# Sometimes AWS MySQL RDS has SQL_MODE="NO_ENGINE_SUBSTITUTION" (https://github.com/awsdocs/amazon-rds-user-guide/issues/160) but MySQL default described here - https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_mode
Copy file name to clipboardexpand all lines: .env.test
+2
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ WEB_PORT_HTTP=80
3
3
WEB_PORT_SSL=443
4
4
# XDEBUG_CONFIG possible values: main|osx. Use main value for Linux and Windows, osx value for MacOS.
5
5
XDEBUG_CONFIG=main
6
+
# MySQL version, recommend values: 8.1|8.0
7
+
MYSQL_VERSION=8.1
6
8
# MySQL INNODB_USE_NATIVE_AIO possible values: 1|0. Set to 0 when AIO interface is not supported on OSX. https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_use_native_aio
7
9
INNODB_USE_NATIVE_AIO=1
8
10
# Sometimes AWS MySQL RDS has SQL_MODE="NO_ENGINE_SUBSTITUTION" (https://github.com/awsdocs/amazon-rds-user-guide/issues/160) but MySQL default described here - https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_mode
Copy file name to clipboardexpand all lines: .env.test-ci
+2
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ WEB_PORT_HTTP=80
5
5
WEB_PORT_SSL=443
6
6
# XDEBUG_CONFIG possible values: main|osx. Use main value for Linux and Windows, osx value for MacOS.
7
7
XDEBUG_CONFIG=main
8
+
# MySQL version, recommend values: 8.1|8.0
9
+
MYSQL_VERSION=8.1
8
10
# MySQL INNODB_USE_NATIVE_AIO possible values: 1|0. Set to 0 when AIO interface is not supported on OSX. https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_use_native_aio
9
11
INNODB_USE_NATIVE_AIO=1
10
12
# Sometimes AWS MySQL RDS has SQL_MODE="NO_ENGINE_SUBSTITUTION" (https://github.com/awsdocs/amazon-rds-user-guide/issues/160) but MySQL default described here - https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_sql_mode
0 commit comments