Skip to content
This repository has been archived by the owner on Dec 26, 2021. It is now read-only.

Missing appsetting #1

Open
aelhadi opened this issue Nov 8, 2020 · 1 comment
Open

Missing appsetting #1

aelhadi opened this issue Nov 8, 2020 · 1 comment

Comments

@aelhadi
Copy link

aelhadi commented Nov 8, 2020

Hello,

can you provide appsetting.json?

Regards

@davidzwa
Copy link

davidzwa commented Nov 17, 2020

This appsettings.Development.json should at least make the server starting:

{
    "WebServer": {
        "ServerCertificate": {
            "Password": "AutoGenX509Password"
        },
        "AdministratorCertificate": {
            "Password": "AdminPassword"
        }
    },
    "TrustManager": {
        "Password": "AutoGenX509Password2"
    },
    "PDFOnlineSignature": {
        "DatabaseDriver": "SqlLite",
        "DataSource": "DATABASE_FILENAME_HERE"
    }
}

Good luck!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants