2025-06-20 14:56:29 +03:00
2025-06-18 15:45:58 +03:00
2025-06-18 15:45:58 +03:00
2025-06-20 14:56:29 +03:00
2025-06-17 20:09:44 +03:00
2025-06-20 14:38:54 +03:00
2025-06-03 20:49:39 +03:00
2025-06-18 15:49:17 +03:00
2025-06-18 15:45:58 +03:00
2025-06-03 18:24:40 +03:00
2025-06-18 13:34:07 +03:00

.env Example

SQL_SERVER=sqlserver
SQL_DATABASE=ExampleDB
SQL_USER_ID=admin
SQL_PASSWORD=SuperSecure(!)Pass123

AUTH0_SECRET=1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcd
AUTH0_ISSUER_BASE_URL=auth.example.com
AUTH0_CLIENT_ID=abcDEF123456xyz7890
AUTH0_CLIENT_SECRET=SecretClientKeyHereThatLooksRealButIsFake1234567890
AUTH0_AUDIENCE=https://example.com
AUTH0_SCOPE=openid profile email
AUTH0_DOMAIN=https://dev-12345678.us.auth0.com/
AUTH0_AUTHORITY=https://auth.example.com/

APP_BASE_URL=https://example.com

ASPNETCORE_ENVIRONMENT=Development
ASPNETCORE_HTTP_PORTS=8080
ASPNETCORE_APPLY_MIGRATIONS_AT_STARTUP=true
ASPNETCORE_SEQ_URL=http://seq:5341
ASPNETCORE_LOGGING_LEVEL_DEFAULT=Information
ASPNETCORE_LOGGING_LEVEL=Information
ASPNETCORE_LOGGING_LEVEL_EFCORE=Information
ASPNETCORE_LOGGING_LEVEL_APP=Information

SEQ_BASE_URI=https://example.com/seq

ZIPLINE_SECRET=somefakesecretkey123
ZIPLINE_URL=https://example.com/res
ZIPLINE_ROUTE=/res

NODE_ENV=development
COOKIE_DOMAIN=.example.com
NEXT_PUBLIC_API_URL=https://example.com/api
NEXT_PUBLIC_AUTH0_DOMAIN=auth.example.com
NEXT_PUBLIC_AUTH0_CLIENT_ID=abcDEF123456xyz7890
Description
Internship Project for Amdaris
Readme 1.8 MiB
Languages
C# 50.1%
TypeScript 42.1%
HTML 5.3%
JavaScript 2.3%
Dockerfile 0.2%