mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 02:39:03 +00:00
19 lines
466 B
Plaintext
19 lines
466 B
Plaintext
# ======================
|
|
# Database Configuration
|
|
# ======================
|
|
|
|
# SQL Server Connection Components
|
|
# These are used to build connection strings dynamically
|
|
DB_SERVER=sqlserver,1433
|
|
DB_NAME=Biergarten
|
|
DB_USER=sa
|
|
DB_PASSWORD=YourStrong!Passw0rd
|
|
|
|
# ======================
|
|
# JWT Configuration
|
|
# ======================
|
|
|
|
# JWT Secret for signing tokens (generate using: openssl rand -base64 32)
|
|
JWT_SECRET=128490218jfklsdajfdsa90f8sd0fid0safasr31jl2k1j4AFSDR
|
|
|