thingspeak/config/initializers/constants.rb

6 lines
222 B
Ruby
Raw Normal View History

2011-03-27 22:56:15 +02:00
# allow updates via HTTP GET by setting this to true;
# set to false to only allow updates via HTTP POST
2011-10-16 08:54:31 +02:00
GET_SUPPORT = true
# allow only these additional locales (use downcase, easier to parse)
ALLOWED_LOCALES = ['pt-br']