vikmeup / assets-go-libs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

assets-backend

Description

All main files for each application placed in specific folder in cmd folder

  • api - is for web server
  • collector - command line tools that allow to execute collection of history manually.

Configuration:

for configuration you can use .env file or just ENV.

Available ENV:

  • APP_PORT (default:2010)
  • APP_MODE (default: dev)
  • APP_LOG_LEVEL (default: debug)
  • DB_PORT
  • DB_HOST
  • DB_NAME
  • DB_USER
  • DB_PASSWORD
  • DB_SSLMODE

About


Languages

Language:Go 98.7%Language:Makefile 1.3%