package
0.0.0-20240929125153-fd84f6ac1f89
Repository: https://github.com/rshelekhov/reframed.git
Documentation: pkg.go.dev
# README
Before testing
- 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 updateSERVER_PORT
in theMakefile
.
- By default, this app use port
- Set path to config:
export CONFIG_PATH=./config/.env
- Set URL for PostgresQL:
export POSTGRESQL_URL='postgres://login:password@host:port/db_name?sslmode=disable'
- Make sure you are running the SSO grpc service.
- Run tests —
make test
For more details you can check other commands in the Makefile
.