Skip to content

Configure settings.json

Pavel edited this page Feb 16, 2022 · 6 revisions

Check this page to find out how to obtain all required data

Current settings.json schema is: settings.def.json


ESIConfig

  • "EsiUrl": dont need to change
  • "DataSource": need to change if you are for example in china with Singularity server
  • "ClientId": need to change to your ESI Client Id
  • "SecretKey": need to change to your Secret Key
  • "CallbackUrl": this is your domain with or without a subdomain or an IP address with a port must necessarily stand at the end /evecallback also the link is inserted on the eve sso website
  • "UserAgent": dont need to change otherwise you made fork or anything

DiscordConfig

DatabaseConfig

  • "ConnectionString": need to change to your database file path

BotConfig

  • "Language": need to change to your language or use default "en-US"
  • "WelcomeMessageEnabled" "WelcomeMessage" "WelcomeMessageChannelId": need to change if you want welcome message to user
  • "PingCommandPeoples" "PingCommandMessage": need to change if you want use /ping command in discord
  • "EnforceCorporationTicker": need to change if you want to add to discord nickname corporation ticker or use default true
  • "EnforceAllianceTicker": need to change if you want to add to discord nickname alliance ticker or use default false
  • "EnforceCharacterName": need to change if you want to add to discord nickname character name or use default true
Clone this wiki locally