diff --git a/config/settings.dev.yml b/config/settings.dev.yml index 4b6bff5..550855f 100644 --- a/config/settings.dev.yml +++ b/config/settings.dev.yml @@ -14,13 +14,13 @@ settings: dbtype: mysql host: 127.0.0.1 name: ferry - password: 123456 + password: ferry@2020 port: 3306 username: ferry email: alias: ferry host: smtp.163.com - pass: your password + pass: REYVECRYOZEZIFKL port: 465 user: fdevops@163.com gorm: diff --git a/static/scripts/echo_test-4171bc7f4a05-admin.sh b/static/scripts/echo_test-4171bc7f4a05-admin.sh new file mode 100644 index 0000000..739dc11 --- /dev/null +++ b/static/scripts/echo_test-4171bc7f4a05-admin.sh @@ -0,0 +1 @@ +echo "test" \ No newline at end of file diff --git a/static/scripts/print_hello_world-d266ee2a8029-admin.py b/static/scripts/print_hello_world-d266ee2a8029-admin.py new file mode 100644 index 0000000..4648e70 --- /dev/null +++ b/static/scripts/print_hello_world-d266ee2a8029-admin.py @@ -0,0 +1 @@ +print("Hello, World!") \ No newline at end of file