Use rails configuration for default openid prefix.
[arvados.git] / services / api / config / application.default.yml
index e46ff5dd187c2777060d1bd9dba16132e875cfa9..550d2a0382a6b6f6fdeac47814a33e01f6daba0b 100644 (file)
@@ -99,3 +99,6 @@ common:
 
   # Version of your assets, change this if you want to expire all your assets
   assets.version: "1.0"
+
+  # default openid prefix to authenticate user
+  openid_prefix: "https://www.google.com/accounts/o8/id"