Advertisement
Guest User

Congif

a guest
May 22nd, 2011
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. # WeatherSync configuration file
  2.  
  3. # How frequently to update the weather, in minutes.
  4. updatetime: 5
  5.  
  6. # Which world to update the weather on, in multiworld setups.
  7. world: world
  8.  
  9. # The zip or postal code of the location to sync with.
  10. # You need either this or a city and state. You do not need both.
  11. # If you are not using one, comment it out with a # sign.
  12. zipcode: 94101
  13.  
  14. # The city to get weather for.
  15. # Not needed if you provided a zip code.
  16. city: san francisco
  17.  
  18. # The state (or Country) to get weather for.
  19. # Not needed if you provided a zip code.
  20. state: ca
  21.  
  22. # The weather station to use.
  23. # Don't use this if you are using a zip/postal code or a city/state combination.
  24. # (Remove the # and change the weather station to use this.)
  25. #station: 12372
  26.  
  27. # Whether to show the weather/forecast to users on join.
  28. # (Formatting of this may be possible in the future; request it if
  29. # you're interested!)
  30. forecast-on-join: true
  31.  
  32. # Whether to show the forecast when weather changes.
  33. show-forecast: false
  34.  
  35. # Whether to have debug mode on.
  36. # You'll want this off for most servers, but turn it on if you have problems and
  37. # it will give you extra information about what is going wrong.
  38. # Please turn this on if you have issues, and report any unusual output.
  39. debug: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement