jeremycook / neon-muon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neon Management System (NeonMuon)

Development

  • Copy the contents of appsettings.Example.json into the user secrets file and tweak as needed.
    • Linux: ~/.microsoft/usersecrets/NeonMuon/secrets.json
    • Windows: %APPDATA%\Microsoft\UserSecrets\NeonMuon\secrets.json
  • Generate random base64 encoded secrets with OpenSSL.
    • 128 bits: openssl rand -base64 16
    • 256 bits: openssl rand -base64 32
    • 512 bits: openssl rand -base64 64
  • Npgsql connection string parameters

About

License:MIT License


Languages

Language:TypeScript 64.4%Language:C# 24.1%Language:CSS 11.0%Language:PLpgSQL 0.2%Language:JavaScript 0.2%Language:HTML 0.1%