github.com/shoshinnikita/budget-manager@v0.7.1-0.20220131195411-8c46ff1c6778/.env (about)

     1  LOGGER_MODE = dev
     2  LOGGER_LEVEL = debug
     3  
     4  DB_TYPE = postgres
     5  DB_PG_HOST = localhost
     6  DB_PG_PORT = 5432
     7  DB_PG_USER = postgres
     8  DB_PG_PASSWORD =
     9  DB_PG_DATABASE = postgres
    10  DB_SQLITE_PATH = ./_var/sqlite/budget-manager.db
    11  
    12  SERVER_PORT = 8080
    13  SERVER_USE_EMBED = false
    14  SERVER_ENABLE_PROFILING = true
    15  SERVER_AUTH_DISABLE = true
    16  # user:qwerty
    17  SERVER_AUTH_BASIC_CREDS = user:$$2y$$05$$wK5Ad.qdY.ZLPsfEv3rc/.uO.8SkbD6r2ptiuZefMUOX0wgGK/1rC