Last active
February 5, 2018 10:18
-
-
Save crufter/dc9d514c180f2f69858535df7a5e39fd to your computer and use it in GitHub Desktop.
Example 1backend config file - should be put in /var/1backend-config.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "" | |
} | |
} |
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
Place above file into '/var/1backend-config.json`