{
    "FRACTAL_CORE_LOGIN_URL": "https://fractal-auth.azurewebsites.net",
    "FRACTAL_CORE_LOGIN_URL_DEV": "http://localhost:4000",
    "secret": "LetsGetRandom",
    "emailFrom": "fractalstudios@fractalstudios.io",
    "smtpOptions": {
        "host": "smtp-relay.sendinblue.com",
        "port": 587,
        "auth": {
            "user": "brandonmcnew@gmail.com",
            "pass": "SVDvJGBMjCOmc9qx"
        }
    },
    "supportedCoins": [
        {
            "name": "binancecoin",
            "needsExtra": false
        },
        {
            "name": "bitcoin",
            "needsExtra": false
        },
        {
            "name": "ethereum",
            "needsExtra": false
        },
        {
            "name": "fantom",
            "needsExtra": false
        },
        {
            "name": "matic-network",
            "needsExtra": false
        },
        {
            "name": "random",
            "needsExtra": false
        },
        {
            "name": "stellar",
            "needsExtra": true,
            "extraName": "Memo"
        },
        {
            "name": "ripple",
            "needsExtra": false
        },
        {
            "name": "tether",
            "needsExtra": false
        }
    ]
}