diff options
author | necrashter | 2022-04-23 17:17:18 +0300 |
---|---|---|
committer | Yigit Sever | 2022-04-23 18:10:12 +0300 |
commit | d2354a6b8af567afab7873645f6878f39d0de3fd (patch) | |
tree | a69dc6163c3f96ff1453dbc62e6641682636e674 /config.yaml | |
parent | f53292861c382484ce13d7af98e288bda97c55d0 (diff) | |
download | gradecoin-d2354a6b8af567afab7873645f6878f39d0de3fd.tar.gz gradecoin-d2354a6b8af567afab7873645f6878f39d0de3fd.tar.bz2 gradecoin-d2354a6b8af567afab7873645f6878f39d0de3fd.zip |
Config struct documentation
Diffstat (limited to 'config.yaml')
-rw-r--r-- | config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.yaml b/config.yaml index e2f6b72..fe2502a 100644 --- a/config.yaml +++ b/config.yaml | |||
@@ -1,7 +1,7 @@ | |||
1 | # The name of the network | 1 | # The name of the network |
2 | name: mainnet | 2 | 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, if url_prefix is "example", register at "gradecoin.xyz/example/register" |
5 | url_prefix: "" | 5 | url_prefix: "" |
6 | # List of users who can register | 6 | # List of users who can register |
7 | # CSV file: userID,password | 7 | # CSV file: userID,password |