Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Oct 11, 2019. It is now read-only.

Commit 97ada14

Browse filesBrowse files
author
Froilan Irizarry
committed
Add api_reg_key to _config.yml.
- the key will be set up in federalist for prod.
1 parent 0811963 commit 97ada14
Copy full SHA for 97ada14

File tree

Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed

‎_config.yml

Copy file name to clipboardExpand all lines: _config.yml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ markdown: kramdown
33
pygments: true
44
safe: true
55
siteurl: 0.0.0.0
6+
api_reg_key: asdkfjhasldfhsakdfjhadfjlaskdjf
67
exclude: ['.ruby-version', 'node_modules', 'package.json', 'bower.json']

‎key.md

Copy file name to clipboardExpand all lines: key.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ nav: basics
1010
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
1111
var apiUmbrellaSignupOptions = {
1212
registrationSource: 'code-gov',
13-
apiKey: '0aYAx2eY37dkfjqsrrZ53SSCkY1yY2kRYGvY27rv',
14-
exampleApiUrl: 'https://api.data.gov/gsa/code-gov?api_key={{api_key}}&format=JSON'
13+
apiKey: '{{site.api_reg_key}}',
14+
exampleApiUrl: 'https://api.code.gov/repos?api_key={{api_key}}
1515
};
1616
1717
/* * * DON'T EDIT BELOW THIS LINE * * */

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.