8 lines
182 B
JSON
8 lines
182 B
JSON
{
|
|
"gh_client_id": "${GH_CLIENT_ID}",
|
|
"gh_client_secret": "${GH_CLIENT_SECRET}",
|
|
"shieldsIps": [ "${SHIELDS_IP}" ],
|
|
"gh_token": "${GH_TOKEN}",
|
|
"npm_token": "${NPM_TOKEN}"
|
|
}
|