Files
easy-admin/scripts/http-client/http-client.env.json
2024-07-12 17:35:23 +08:00

12 lines
224 B
JSON

{
"dev": {
"endpoint": "http://localhost:8080",
"username": "laker",
"password": "lakernote"
},
"prod": {
"endpoint": "http://localhost:8080",
"username": "laker",
"password ": "lakernote"
}
}