http

command
v0.0.0-...-e9f0680 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2022 License: AGPL-3.0 Imports: 8 Imported by: 0

README

If you use Docker, you can configure mysql and Redis in the following way.

docker-compose up -d

Otherwise, you need to configure MySQL and Redis as shown in .middlebaby.yaml.

storage:
  mysql:
    port: "3306"
    host: "127.0.0.1"
    database: "test_mb"
    username: "root"
    password: "123456"
    local: "Asia/Shanghai"
    charset: "utf8mb4"
  redis:
    port: "6379"
    host: "127.0.0.1"
    auth: "123456"
    db: 0

Enter the following command in your terminal:

$ go get github.com/alsritter/middlebaby
$ make buildandrun

output:

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL