Skip to content
/ forum Public

XMUX Forum Service, built with Spring Boot, MyBatis, gRPC.

License

Notifications You must be signed in to change notification settings

XMUMY/forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XMUX Forum

API

gRPC API specifications can be found in src/main/proto.

Environment variables

  • PROFILE: Default is prod, which connects to the real auth service. Use dev for development, which uses a dummy authentication filter.
  • AUTH_ENDPOINT: The address of Auth service.
  • PORT: Default to 9000.
  • DB_USER
  • DB_PASS
  • DB_ADDR
  • DB_PORT: Default to 5432.
  • DB_NAME: Database name.
  • SENTRY_DSN

About

XMUX Forum Service, built with Spring Boot, MyBatis, gRPC.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages