| Pass string `json:Pass` | Pass string `json:Pass` | ||||
| Schema string `json:Schema` | Schema string `json:Schema` | ||||
| } `json:DB` | } `json:DB` | ||||
| Server struct { | |||||
| Host string `json:Host` | |||||
| Port string `json:Port` | |||||
| } `json:Server` | |||||
| } | } | ||||
| var Config AppConfig | var Config AppConfig |
| "User": "sp", | "User": "sp", | ||||
| "Pass": "sp", | "Pass": "sp", | ||||
| "Schema": "leanwork_pay" | "Schema": "leanwork_pay" | ||||
| }, | |||||
| "Server": { | |||||
| "Host":"localhost", | |||||
| "Port":"8080" | |||||
| } | } | ||||
| } | } |
| "User": "sp", | "User": "sp", | ||||
| "Pass": "sp", | "Pass": "sp", | ||||
| "Schema": "leanwork_pay" | "Schema": "leanwork_pay" | ||||
| } | |||||
| }, | |||||
| "Server": { | |||||
| "Host":"localhost", | |||||
| "Port":"8080" | |||||
| } | |||||
| } | } |