mirror of
https://github.com/ascribe/onion.git
synced 2024-12-23 01:39:36 +01:00
Move .env-template to .env_template for naming rules
This commit is contained in:
parent
9b70488b7f
commit
a8ac9f2777
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user