Skip to content

Instantly share code, notes, and snippets.

@TharmiganK
Created July 28, 2023 05:19
Show Gist options
  • Save TharmiganK/a146652558b1eb6fc3081869d6922c79 to your computer and use it in GitHub Desktop.
Save TharmiganK/a146652558b1eb6fc3081869d6922c79 to your computer and use it in GitHub Desktop.
Configuration required to run Conference Service
conferenceServicePort = 8102
countryServiceUrl = "http://localhost:9000"
# The database related configs
[dbConfigs]
dbName = "conferencedb"
user = "admin"
password = "admin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment