Coder Social home page Coder Social logo

goss's Introduction

GoSS

Go Simple Service.

Usage

Check the Makefile for usage information.

Configuration

Environment Variable Description Example
ENVIRONMENT Application environment (DEV or PROD) DEV
APP_STORAGE_DB_DRIVERNAME Database driver postgres
APP_STORAGE_DB_DSN Database DSN postgres://postgres:postgres@postgres:5432/postgres?sslmode=disable
APP_STORAGE_DB_MAXOPENCONNS Maximum number of open connections to the database 10
APP_STORAGE_DB_MAXIDLECONNS Maximum number of connections in the idle connection pool 10
APP_STORAGE_DB_CONNMAXLIFETIME Maximum amount of time a connection may be reused 5m
APP_STORAGE_DB_MIGRATIONS_DIALECT Database dialect postgres
APP_STORAGE_DB_MIGRATIONS_DIR Migrations directory migrations/dev/postgres
APP_SECURITY_KEYPREFIX Key prefix for data storage auth
APP_SECURITY_SECRET Encryption key secret
APP_SECURITY_ACCESSTOKENLIFETIME Access token lifetime 24h
APP_SECURITY_REFRESHTOKENLIFETIME Refresh token lifetime 720h
APP_SECURITY_REDISCLIENT_ADDR Redis address redis:6379
APP_HTTP_ADDRESS HTTP-server adapter :8080
APP_HTTP_READTIMEOUT Amount of time allowed to read the full request including body 30s

goss's People

Contributors

lzakharov avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.