mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-16 03:07:06 +02:00
6 lines
162 B
Ruby
6 lines
162 B
Ruby
class AddFluentdApiEndpoint < ActiveRecord::Migration
|
|
def change
|
|
add_column :fluentds, :api_endpoint, :string, default: "http://localhost:24220/"
|
|
end
|
|
end
|