mirror of
https://gitee.com/lakernote/easy-admin.git
synced 2026-09-06 15:07:20 +08:00
12 lines
224 B
JSON
12 lines
224 B
JSON
{
|
|
"dev": {
|
|
"endpoint": "http://localhost:8080",
|
|
"username": "laker",
|
|
"password": "lakernote"
|
|
},
|
|
"prod": {
|
|
"endpoint": "http://localhost:8080",
|
|
"username": "laker",
|
|
"password ": "lakernote"
|
|
}
|
|
} |