To get a local copy up and running, follow these steps. DATABASE_URI="host=localhost port=5432 dbname=jwt-go-pos user=postgres password=your password sslmode=disable" JWT_SECRET="your jwt secret key" ...
For environment variables, create a .env file in home directory of this project. DB_HOST="localhost" DB_PORT=5432 DB_USER="postgres" DB_PASSWORD="postgres" DB_NAME="users" JWT_SECRET="[jwt secret key] ...
現在アクセス不可の可能性がある結果が表示されています。
アクセス不可の結果を非表示にする