diff options
| author | Teddy Wing | 2015-06-06 20:01:49 -0400 |
|---|---|---|
| committer | Teddy Wing | 2015-06-06 20:01:49 -0400 |
| commit | 3fc1e230aa94089fe96c44c9f5acdc53b0b8f083 (patch) | |
| tree | 835c63e8653603e34f508d046936346226d4e715 | |
| parent | ddfefe7313f43281b01163930109ff49a5f17830 (diff) | |
| download | New-House-on-the-Block-3fc1e230aa94089fe96c44c9f5acdc53b0b8f083.tar.bz2 | |
Add .env.sample
Sample .env file (the real one doesn't get tracked) so people know what
environment variables need to be set and so devs can make their own
local .env copy.
| -rw-r--r-- | .env.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.env.sample b/.env.sample new file mode 100644 index 0000000..7e82474 --- /dev/null +++ b/.env.sample @@ -0,0 +1,2 @@ +export COINBASE_KEY='' +export COINBASE_SECRET='' |
