shapled / uas

user access control service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. start uas
# config.yml
db:
  host: 127.0.0.1
  port: 3306
  name: uas
  user: uas
  password: 123456

About

user access control service


Languages

Language:Go 99.4%Language:Makefile 0.6%