1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 05:31:58 +02:00

Move .env-template to .env_template for naming rules

This commit is contained in:
Brett Sun 2016-05-31 16:01:57 +02:00
parent 9b70488b7f
commit a8ac9f2777
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# TL;DR # TL;DR
Copy the contents of `.env-template` to `.env` and [fill up the missing keys with Copy the contents of `.env_template` to `.env` and [fill up the missing keys with
information from your SauceLabs account](#how-to-set-up-your-env-config-file). information from your SauceLabs account](#how-to-set-up-your-env-config-file).
```bash ```bash
@ -99,7 +99,7 @@ On the JavaScript side, we use:
## How to set up your `.env` config file ## How to set up your `.env` config file
In the root of this repository there is a file called `.env-template`. Create a In the root of this repository there is a file called `.env_template`. Create a
copy and call it `.env`. This file will store some values we need to connect to copy and call it `.env`. This file will store some values we need to connect to
Saucelabs. Saucelabs.