Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 957 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 957 Bytes

This Repo is example for using Module flt-go-module

Module :

TIMEOUT=30000

DATABASE_ENABLE=true
DATABASE_DRIVER=postgresql
DATABASE_HOST=127.0.0.1
DATABASE_PORT=5432
DATABASE_USERNAME=postgres
DATABASE_PASSWORD=postgres
DATABASE_NAME=dbname
DATABASE_AUTO_RECONNECT=true
DATABASE_INTERVAL=2

LISTENER_HOST=127.0.0.1
LISTENER_PORT=8081
LISTENER_TIMEOUT=30000

JAEGER_HOST=0.0.0.0
JAEGER_PORT=6831
JAEGER_ENABLE=true