mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-21 12:32:25 +00:00
Test env variables in github action
This commit is contained in:
+3
-3
@@ -10,9 +10,9 @@ jwt:
|
||||
|
||||
# mysql connect configuration
|
||||
mysql:
|
||||
username: root
|
||||
password: 'Aa@6447985'
|
||||
path: '127.0.0.1:3306'
|
||||
username: %{username}
|
||||
password: %{password}
|
||||
path: %{address}
|
||||
db-name: 'qmPlus'
|
||||
config: 'charset=utf8&parseTime=True&loc=Local'
|
||||
max-idle-conns: 10
|
||||
|
||||
Reference in New Issue
Block a user