aboutsummaryrefslogtreecommitdiffstats
path: root/config.yaml
diff options
context:
space:
mode:
authornecrashter2022-04-23 15:59:29 +0300
committerYigit Sever2022-04-23 18:10:12 +0300
commit435cda893bd74bd8e597876f4b5f515c8347f9de (patch)
treec3939c359d934e78548ad49bbb3290ab8a53530e /config.yaml
parentbcf7a379620ca433215ad9617ad9417b4f39e87d (diff)
downloadgradecoin-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.yaml4
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"
5url_prefix: "" 5url_prefix: ""
6# List of users who can register
7# CSV file: userID,password
8# First line is ignored
9preapproved_users: "students.csv"
6# Valid blocks should have this many transactions 10# Valid blocks should have this many transactions
7block_transaction_count: 4 11block_transaction_count: 4
8# Bonus awarded after registration 12# Bonus awarded after registration