Ver Fonte

[fortuna] sample config (#1193)

* it should be a sample config

* fix pre commit

* remove config.yaml
Dev Kalra há 1 ano atrás
pai
commit
5bdc7adf5e
3 ficheiros alterados com 2 adições e 1 exclusões
  1. 1 0
      fortuna/.gitignore
  2. 1 1
      fortuna/README.md
  3. 0 0
      fortuna/config.sample.yaml

+ 1 - 0
fortuna/.gitignore

@@ -1 +1,2 @@
 /target
+config.yaml

+ 1 - 1
fortuna/README.md

@@ -21,7 +21,7 @@ registering a new randomness provider, or drawing a random value. To see the ava
 
 To start an instance of the webserver for local testing, you first need to perform a few setup steps:
 
-1. Edit `config.yaml` to point to the desired blockchains and Entropy contracts.
+1. Create `config.yaml` file to point to the desired blockchains and Entropy contracts. Copy the content in `config.sample.yaml` to start with.
 1. Generate a secret key. The secret key is a 32-byte random value used to construct the hash chains.
    You can generate this value using the `openssl` command:
    `openssl rand -hex 32`

+ 0 - 0
fortuna/config.yaml → fortuna/config.sample.yaml