Skip to content

Commit 5bdc7ad

Browse files
author
Dev Kalra
authored
[fortuna] sample config (#1193)
* it should be a sample config * fix pre commit * remove config.yaml
1 parent a270b64 commit 5bdc7ad

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

fortuna/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/target
2+
config.yaml

fortuna/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ registering a new randomness provider, or drawing a random value. To see the ava
2121

2222
To start an instance of the webserver for local testing, you first need to perform a few setup steps:
2323

24-
1. Edit `config.yaml` to point to the desired blockchains and Entropy contracts.
24+
1. Create `config.yaml` file to point to the desired blockchains and Entropy contracts. Copy the content in `config.sample.yaml` to start with.
2525
1. Generate a secret key. The secret key is a 32-byte random value used to construct the hash chains.
2626
You can generate this value using the `openssl` command:
2727
`openssl rand -hex 32`
File renamed without changes.

0 commit comments

Comments
 (0)