[Groonga-commit] groonga/heroku-sample-rroonga-blog at 90f6ec9 [master] Follow the recent default update

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Feb 23 09:34:23 JST 2016


Kouhei Sutou	2016-02-23 09:34:23 +0900 (Tue, 23 Feb 2016)

  New Revision: 90f6ec9f1a70243e26d1083e4dd4398d38e2001f
  https://github.com/groonga/heroku-sample-rroonga-blog/commit/90f6ec9f1a70243e26d1083e4dd4398d38e2001f

  Message:
    Follow the recent default update

  Modified files:
    config/initializers/groonga.rb

  Modified: config/initializers/groonga.rb (+1 -1)
===================================================================
--- config/initializers/groonga.rb    2016-02-23 09:27:21 +0900 (7bd5c73)
+++ config/initializers/groonga.rb    2016-02-23 09:34:23 +0900 (982b8d8)
@@ -1,7 +1,7 @@
 require 'fileutils'
 require 'groonga'
 
-database_path = ENV['GROONGA_DATABASE_PATH'] || 'groonga/database'
+database_path = ENV['GROONGA_DATABASE_PATH'] || 'groonga/data/db'
 if File.exist?(database_path)
   Groonga::Database.open(database_path)
 else
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index