Sha256: e90bd743a3e0992b851848311681c6adabe67a59fa4bb5225f95d865a6d35b38

Contents?: true

Size: 1.1 KB

Versions: 12

Compression:

Stored size: 1.1 KB

Contents

#
# This file configures the Treasure Data, Hadoop-based cloud data warehouse.
# For more information, visit http://www.treasure-data.com/.
#
production:
  # Treasure Data API Key
  # TREASURE_DATA_API_KEY is automatically defined when you add treasure-data
  # heroku addon.
  apikey: "<%= ENV['TREASURE_DATA_API_KEY'] %>"

  # Database name
  # Set this to be the name of your database as you'd like it show up in
  # `heroku td dbs` command.
  database: production

  # Debug Mode
  # Less verbose for production environment.
  debug_mode: false

# For development environment, logging to Treasure Data is disabled by default.
development:
  # Treasure Data API Key
  # `heroku td apikey:show` will retrieve the apikey through Heroku API.
  # apikey: "<%= `heroku td apikey:show`.strip %>"

  # Database name
  # Set this to be the name of your database as you'd like it show up in
  # `heroku td dbs` command.
  # database: development

  # Debug Mode
  # More verbose tracing is enabled for development environment.
  # debug_mode: true

# For test environment, logging to Treasure Data is disabled by default.
test:

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
td-logger-0.3.28 config/heroku/treasure_data.yml
td-logger-0.3.27 config/heroku/treasure_data.yml
td-logger-0.3.26 config/heroku/treasure_data.yml
td-logger-0.3.25 config/heroku/treasure_data.yml
td-logger-0.3.24 config/heroku/treasure_data.yml
td-logger-0.3.23 config/heroku/treasure_data.yml
td-logger-0.3.22 config/heroku/treasure_data.yml
td-logger-0.3.21 config/heroku/treasure_data.yml
td-logger-0.3.20 config/heroku/treasure_data.yml
td-logger-0.3.19 config/heroku/treasure_data.yml
td-logger-0.3.18 config/heroku/treasure_data.yml
td-logger-0.3.17 config/heroku/treasure_data.yml