This commit is contained in:
Mr. Lan 2020-08-14 20:58:30 +08:00
parent 5888f15b2b
commit 2c2c4292ae
3 changed files with 4 additions and 2 deletions

View File

@ -14,13 +14,13 @@ settings:
dbtype: mysql dbtype: mysql
host: 127.0.0.1 host: 127.0.0.1
name: ferry name: ferry
password: 123456 password: ferry@2020
port: 3306 port: 3306
username: ferry username: ferry
email: email:
alias: ferry alias: ferry
host: smtp.163.com host: smtp.163.com
pass: your password pass: REYVECRYOZEZIFKL
port: 465 port: 465
user: fdevops@163.com user: fdevops@163.com
gorm: gorm:

View File

@ -0,0 +1 @@
echo "test"

View File

@ -0,0 +1 @@
print("Hello, World!")