Sha256: dee9a63382e68d106faba5de6a967240be437174503d52bc85a01deb411101b1

Contents?: true

Size: 240 Bytes

Versions: 7

Compression:

Stored size: 240 Bytes

Contents

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

7 entries across 7 versions & 1 rubygems

Version Path
auther-5.0.1 lib/generators/auther/templates/config/initializers/auther.rb
auther-5.0.0 lib/generators/auther/templates/config/initializers/auther.rb
auther-4.1.0 lib/generators/auther/templates/config/initializers/auther.rb
auther-4.0.0 lib/generators/auther/templates/config/initializers/auther.rb
auther-3.2.0 lib/generators/auther/templates/config/initializers/auther.rb
auther-3.1.0 lib/generators/auther/templates/config/initializers/auther.rb
auther-3.0.0 lib/generators/auther/templates/config/initializers/auther.rb