mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-21 22:41:02 +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
|