Skip to content

SQL to Dashboard in minutes. JettyDash is an open-source SQL server reporting system. Only RDBMS for now.

License

Notifications You must be signed in to change notification settings

rsemihkoca/JettyDash

 
 

Repository files navigation

image

Setup

Here .env file content so you can build your own development environment. Make sure .env file and docker compose file is in same directory.

App Configuration

ASPNETCORE_ENVIRONMENT=Development
ASPNETCORE_URLS=http://*:5000
CONNECTIONSTRINGS__DEFAULTCONNECTION=Host=172.17.0.1;Port=5432;Username=devUser;Password=devPassword;Database=jettydash;

Database Configuration

DATABASE_HOST=postgres
DATABASE_PASSWORD=devPassword
DATABASE_USER=devUser
DATABASE_DB=jettydash
DATABASE_PORT=5432

Jwt Configuration

JWTCONFIG__SECRET=BBED4C5A13C04AEA704D9D9C18D8F5B5D1C76FA148228871CE3C1B3FD208F7AA
JWTCONFIG__ISSUER=BackendApplication.Api
JWTCONFIG__AUDIENCE=BackendApplication.Api
JWTCONFIG__ACCESSTOKENEXPIRATION=20
JWTCONFIG__REFRESHTOKENEXPIRATION=10080

About

SQL to Dashboard in minutes. JettyDash is an open-source SQL server reporting system. Only RDBMS for now.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 53.6%
  • C# 33.5%
  • CSS 11.7%
  • Other 1.2%