diff options
author | necrashter | 2022-04-23 15:59:29 +0300 |
---|---|---|
committer | Yigit Sever | 2022-04-23 18:10:12 +0300 |
commit | 435cda893bd74bd8e597876f4b5f515c8347f9de (patch) | |
tree | c3939c359d934e78548ad49bbb3290ab8a53530e /config.yaml | |
parent | bcf7a379620ca433215ad9617ad9417b4f39e87d (diff) | |
download | gradecoin-435cda893bd74bd8e597876f4b5f515c8347f9de.tar.gz gradecoin-435cda893bd74bd8e597876f4b5f515c8347f9de.tar.bz2 gradecoin-435cda893bd74bd8e597876f4b5f515c8347f9de.zip |
Read preapproved users CSV file from config
Diffstat (limited to 'config.yaml')
-rw-r--r-- | config.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml index b60691a..caac122 100644 --- a/config.yaml +++ b/config.yaml | |||
@@ -3,6 +3,10 @@ name: mainnet | |||
3 | # URL Prefix for this network | 3 | # URL Prefix for this network |
4 | # For example, url_prefix is "example", register at "gradecoin.xyz/example/register" | 4 | # For example, url_prefix is "example", register at "gradecoin.xyz/example/register" |
5 | url_prefix: "" | 5 | url_prefix: "" |
6 | # List of users who can register | ||
7 | # CSV file: userID,password | ||
8 | # First line is ignored | ||
9 | preapproved_users: "students.csv" | ||
6 | # Valid blocks should have this many transactions | 10 | # Valid blocks should have this many transactions |
7 | block_transaction_count: 4 | 11 | block_transaction_count: 4 |
8 | # Bonus awarded after registration | 12 | # Bonus awarded after registration |