From 6a3146733fcc2351c42b310ccf8d8ebc8e6969be Mon Sep 17 00:00:00 2001 From: cxt <853663049@qq.com> Date: Wed, 25 Sep 2019 11:26:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/migrate/20190311030508_create_oauths.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/db/migrate/20190311030508_create_oauths.rb b/db/migrate/20190311030508_create_oauths.rb index 955c0dcf..aa076753 100644 --- a/db/migrate/20190311030508_create_oauths.rb +++ b/db/migrate/20190311030508_create_oauths.rb @@ -32,12 +32,12 @@ class CreateOauths < ActiveRecord::Migration end - OauthConfig.create( - client_id: '88d893c5a345313e7b8c6fcf23d3d024ee08d5e41ce120c3448b6eea77d8de30', - client_secret: 'e9240cc5fc913741db5aea93f2986a8ea0631bb67f7c00e41e491b95d9619e64', - redirect_uri: 'http://localhost:3000/oschina/login_cb', - scope: '' - ) + # OauthConfig.create( + # client_id: '88d893c5a345313e7b8c6fcf23d3d024ee08d5e41ce120c3448b6eea77d8de30', + # client_secret: 'e9240cc5fc913741db5aea93f2986a8ea0631bb67f7c00e41e491b95d9619e64', + # redirect_uri: 'http://localhost:3000/oschina/login_cb', + # scope: '' + # ) end end