Merge pull request #81 from spotify/bil/sample-env-template

Add a secrets.env.sample for easier secret setup
This commit is contained in:
Bilawal Hameed
2020-02-07 12:01:13 +01:00
committed by GitHub
2 changed files with 12 additions and 0 deletions
+8
View File
@@ -8,6 +8,14 @@ Backstage is an open platform for building developer portals.
## Getting started
### Secrets
To setup secrets, copy the `secrets.env.example` to `secrets.env` as such:
```bash
$ cp secrets.env.example secrets.env
```
### Protobuf Definitions
To generate the Protobuf definitions in Go and TypeScript, run the following command from the root to run [Prototool](https://github.com/uber/prototool):
+4
View File
@@ -0,0 +1,4 @@
NODE_ENV=development
NODE_DEBUG=true
REACT_APP_GRAPHQL_API=""
BOSS_GH_ACCESS_TOKEN=""