Sha256: a926b23b4c0952ba5167cf627099849805bf8925b652745c62e7ea719d666d13

Contents?: true

Size: 271 Bytes

Versions: 4

Compression:

Stored size: 271 Bytes

Contents

# frozen_string_literal: true

Rails.application.config.auther_settings = {
  secret: ENV["AUTHER_SECRET"],
  accounts: [
    name: "admin",
    encrypted_login: ENV["AUTHER_ADMIN_LOGIN"],
    encrypted_password: ENV["AUTHER_ADMIN_PASSWORD"],
    paths: ["/admin"]
  ]
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
auther-7.1.0 lib/generators/auther/templates/config/initializers/auther.rb
auther-7.0.0 lib/generators/auther/templates/config/initializers/auther.rb
auther-6.1.0 lib/generators/auther/templates/config/initializers/auther.rb
auther-6.0.0 lib/generators/auther/templates/config/initializers/auther.rb