Sha256: 962da3efad31124e5d939f62778e1db96a8e7bfe2146d6fae058f32ecb4d55b6
Contents?: true
Size: 813 Bytes
Versions: 5
Compression:
Stored size: 813 Bytes
Contents
development: providers: google_oauth2: client_id: <%= ENV["CLIENT_ID"] %> client_secret: <%= ENV["CLIENT_SECRET"] %> authenticated_root: "/private" unauthenticated_root: "/public" session_duration_in_seconds: 5 # The default is 3600 (which is 1 hour) # autoload_in_application_controller: true # The default is true # path_prefix: "/auth" # The default is "/auth" # automount: true # The default is true test: providers: google_oauth2: client_id: 1 client_secret: 2 authenticated_root: "/private" unauthenticated_root: "/public" session_duration_in_seconds: 5 # The default is 3600 (which is 1 hour) # autoload_in_application_controller: true # The default is true # path_prefix: "/auth" # The default is "/auth" # automount: true # The default is true
Version data entries
5 entries across 5 versions & 1 rubygems