1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-09-16 08:36:30 +02:00

Update load.go

This commit is contained in:
Asim Aslam
2021-11-24 07:32:20 +00:00
committed by GitHub
parent 70d2bd8a6b
commit 2c6515152a

View File

@@ -22,7 +22,7 @@ var _cfg *Config = &Config{
Server: ServerConfig{
Auth: AuthConfig{
Username: "admin",
Password: "123456",
Password: "micro",
TokenSecret: "modifyme",
TokenExpiration: 24 * time.Hour,
},