File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ DB_HOST=localhost
1212DB_DATABASE = homestead
1313DB_USERNAME = homestead
1414DB_PASSWORD = secret
15+ # check mysql> SELECT @@version;
16+ DB_SERVER_VERSION = ' 8.0.43'
1517
1618SS_DB_HOST = localhost
1719SS_DB_DATABASE = homestead
@@ -252,5 +254,6 @@ OTEL_AUDIT_ELASTICSEARCH_INDEX=logs-audit
252254L5_SWAGGER_CONST_HOST = ${ APP_URL }
253255L5_SWAGGER_CONST_AUTH_URL = ${ IDP_AUTHORIZATION_ENDPOINT }
254256L5_SWAGGER_CONST_TOKEN_URL = ${ IDP_TOKEN_ENDPOINT }
257+
255258MEMCACHED_SERVER_HOST = 127.0.0.1
256259MEMCACHED_SERVER_PORT = 11211
Original file line number Diff line number Diff line change 1111 'charset ' => env ('SS_DB_CHARSET ' , 'utf8 ' ),
1212 'collation ' => env ('SS_DB_COLLATION ' , 'utf8_unicode_ci ' ),
1313 'prefix ' => env ('SS_DB_PREFIX ' , '' ),
14+ 'serverVersion ' => env ('DB_SERVER_VERSION ' , '8.0.43 ' )
1415];
1516
1617/* see https://laravel.com/docs/11.x/database#read-and-write-connections
6364 'charset ' => env ('SS_DB_CHARSET ' , 'utf8 ' ),
6465 'collation ' => env ('SS_DB_COLLATION ' , 'utf8_unicode_ci ' ),
6566 'prefix ' => env ('SS_DB_PREFIX ' , '' ),
67+ 'serverVersion ' => env ('DB_SERVER_VERSION ' , '8.0.43 ' )
6668];
6769
6870if (env ('SS_DB_WRITE_HOST ' , null )) {
130132 'charset ' => env ('DB_CHARSET ' , 'utf8 ' ),
131133 'collation ' => env ('DB_COLLATION ' , 'utf8_unicode_ci ' ),
132134 'prefix ' => env ('DB_PREFIX ' , '' ),
135+ 'serverVersion ' => env ('DB_SERVER_VERSION ' , '8.0.43 ' )
133136 ],
134137 !empty (env ('DB_MYSQL_ATTR_SSL_CA ' , '' )) ?
135138 [
You can’t perform that action at this time.
0 commit comments