github.com/lovung/GoCleanArchitecture@v0.0.0-20210302152432-50d91fd29f9f/.env.example (about)

     1  LOG_LEVEL=debug
     2  ENV=development
     3  MYSQL_DATABASE=gocleanarchitecture
     4  MYSQL_HOST=127.0.0.1
     5  MYSQL_PORT=10001
     6  MYSQL_PASSWORD=gocleanarchitecture12345
     7  MYSQL_ROOT_PASSWORD=gocleanarchitecture12345
     8  MYSQL_USER=admin
     9  HTTP_PORT=10000
    10  HTTP_TIMEOUT=3s