D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.1.0
/
gems
/
td-logger-0.3.27
/
config
/
heroku
/
Filename :
treasure_data.yml
back
Copy
# # 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: