File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,17 @@ development:
1414 secret_key_base : 5d40610321e19e4f71ee2ba8af4f426fe15096c405da3800c6b33bed6779f2d11f55a0edc455974b19a01fd71f6cd508dba980305dbc55ff82521a2d12f891d8
1515 omniauth_client_id : tomtest
1616 omniauth_client_secret : blargh
17- access_token : " token"
1817 tab_api_key : " o6UIYc0r0cvsy0Ohaohqsw=="
1918 koelkast_token : " token"
2019
2120test :
2221 secret_key_base : 961437e28e7d6055ffaad9cf1f8d614354f57f10cb2d7601c9d6ede72a03b9c9535ad9e63507e3eb31252c4895970a63117493408f2e9a46c7a0c4a5a7836b81
23- access_token : " token"
2422
2523# Do not keep production secrets in the repository,
2624# instead read values from the environment.
2725production :
2826 secret_key_base : ' <%= ENV["TAP_SECRET_KEY_BASE"] % >'
2927 omniauth_client_id : ' <%= ENV["TAP_OAUTH_CLIENT_ID"] % >'
3028 omniauth_client_secret : ' <%= ENV["TAP_OAUTH_CLIENT_SECRET"] % >'
31- access_token : ' <%= ENV["TAP_ACCESS_TOKEN"] % >'
3229 tab_api_key : ' <%= ENV["TAP_TAB_API_KEY"] % >'
3330 koelkast_token : ' <%= ENV["TAP_KOELKAST_TOKEN"] % >'
You can’t perform that action at this time.
0 commit comments