A corporation manager and dashboard for EVE Online
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

28 lines
1.0 KiB

  1. # This is a sample config file for Calefaction.
  2. # Copy this to config.yml and modify it to set up your website.
  3. # You must restart the server after making any changes.
  4. corp:
  5. # Find your corp's ID at, e.g., https://zkillboard.com/corporation/917701062/
  6. id: 123456789
  7. # Full corp name (doesn't need to match in-game name exactly, but it should)
  8. name: My Corp Name Here
  9. # Default stylesheet from static/styles/*.css:
  10. # one of "amarr", "caldari", "gallente", "minmatar", or add your own
  11. style: null
  12. welcome: |-
  13. (If you are seeing this message on the public internet, someone forgot to
  14. configure their website. Whoops!)
  15. This message is displayed to anyone who reaches your website without
  16. (or before) logging in.
  17. It's public, so don't give away any secrets. You might want to explain a bit
  18. about your corp, with recruitment information, or invite corp members to log
  19. in, or maybe just say something cryptic.
  20. You can type raw HTML in here. Newlines are ignored, except for double
  21. linebreaks, which are treated as separate paragraphs.