config.ru in tmin-0.1.8 vs config.ru in tmin-0.1.9

- old
+ new

@@ -6,10 +6,10 @@ app = Firefly::Server.new do # The domain you use for shortening. set :hostname, "tminus.it" # Used for authenticating you. - set :api_key, "texas"wq + set :api_key, "texas" # Use Sqlite3 by default set :database, "sqlite3://#{Dir.pwd}/firefly.sqlite3" # Defaults to 25 # set :recent_urls, 10