Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 527 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 527 Bytes

fireside

DEVELOPMENT

Regenerating gRPC/Protobufs

fireside-backend uses protocol buffers with gRPC.

If you change anything in /proto, regenerate the .pb.go files with the ./rebuildProto.sh script.

Sample .env

You need to create a .env in the project's root directory containing your local settings

REST_PORT=:9000
PORT=:9001
POST_ENDPOINT=:9001

DB_HOST=localhost
DB_PORT=5432
DB_USER=nhan
DB_PASSWORD=
DB_DBNAME=fireside