Skip to content

Instantly share code, notes, and snippets.

@crufter
Last active February 5, 2018 10:18
Show Gist options
  • Save crufter/dc9d514c180f2f69858535df7a5e39fd to your computer and use it in GitHub Desktop.
Save crufter/dc9d514c180f2f69858535df7a5e39fd to your computer and use it in GitHub Desktop.
Example 1backend config file - should be put in /var/1backend-config.json
{
"SiteUrl": "http://127.0.0.1",
"StripeKey": "sk_test_your_stripe_test_Key",
"SendGridKey": "your_sendgrid_api_key",
"Path": "/home/crufter/code/src/github.com/1backend/1backend/backend",
"ApiGeneration": {
"Enabled": true,
"GithubOrganisation": "1backend-test",
"GithubUser": "1backend-bot",
"GithubPersonalToken": "your_personal_token"
},
"NpmPublication": {
"Enabled": false,
"NpmOrganisation": "1backend",
"NpmToken": "npm_token"
},
"Sitemap": {
"Enabled": true,
"Path": ""
}
}
@crufter
Copy link
Author

crufter commented Feb 5, 2018

Place above file into '/var/1backend-config.json`

@crufter
Copy link
Author

crufter commented Feb 5, 2018

Obviously GithubOrg, GithubUser, NpmOrg can be changed to your own values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment