package
0.0.0-20240929125153-fd84f6ac1f89
Repository: https://github.com/rshelekhov/reframed.git
Documentation: pkg.go.dev

# README

Before testing

  1. Add config file to ./config/.env (see an example in the ./config/.env.example).
    • By default, this app use port 44044. If you set another port please update SERVER_PORT in the Makefile.
  2. Set path to config:
    export CONFIG_PATH=./config/.env
    
  3. Set URL for PostgresQL:
    export POSTGRESQL_URL='postgres://login:password@host:port/db_name?sslmode=disable'
    
  4. Make sure you are running the SSO grpc service.
  5. Run tests — make test

For more details you can check other commands in the Makefile.