mirror of https://github.com/sgoudham/carbon.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
669 B
JSON
24 lines
669 B
JSON
{
|
|
"name": "carbon-api",
|
|
"alias": "carbon-api.now.sh",
|
|
"type": "docker",
|
|
"public": true,
|
|
"env": {
|
|
"NODE_ENV": "production",
|
|
"TWITTER_CONSUMER_KEY": "@twitter-consumer-key",
|
|
"TWITTER_CONSUMER_SECRET": "@twitter-consumer-secret",
|
|
"TWITTER_ACCESS_TOKEN_KEY": "@twitter-access-token-key",
|
|
"TWITTER_ACCESS_TOKEN_SECRET": "@twitter-access-token-secret",
|
|
"LOGS_SECRET_PREFIX": "@logs_secret_prefix",
|
|
"UNSPLASH_SECRET_KEY": "@unsplash_secret_key",
|
|
"UNSPLASH_ACCESS_KEY": "@unsplash_access_key",
|
|
"UNSPLASH_CALLBACK_URL": "@unsplash_callback_url"
|
|
},
|
|
"features": {
|
|
"cloud": "v1"
|
|
},
|
|
"github": {
|
|
"autoAlias": false
|
|
}
|
|
}
|