giacomo-ascari / cookbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cookbook

ormconfig.json

{ "type": "postgres", "host": "0.0.0.0", "port": 5432, "username": "secret", "password": "secret", "database": "cookbook_dev", "synchronize": true, "entities": [ "js/entity/.js" ], "subscribers": [ "js/subscriber/.js" ], "migrations": [ "js/migration/*.js" ], "cli": { "entitiesDir": "src/entity", "migrationsDir": "src/migration", "subscribersDir": "src/subscriber" }, "timezone": "UTC" }

.env

WORKERS=2 PORT=8080 BASE_URL=/cookbook STORE_SECRET=asdasdasdasdasdads DOCKER_PORT=2432

keycloak.json

{ "realm": "cookbook-realm", "auth-server-url": "https://asky.hopto.org/auth", "ssl-required": "external", "resource": "cookbook-client-test", "public-client": true, "confidential-port": 0 }

About

License:MIT License


Languages

Language:JavaScript 81.8%Language:TypeScript 10.1%Language:HTML 7.1%Language:CSS 0.8%Language:Dockerfile 0.1%