Files
b0esche_cloud/go_cloud/.env.example

14 lines
377 B
Plaintext
Raw Normal View History

2025-12-17 22:57:57 +01:00
# Server Configuration
SERVER_ADDR=:8080
# Database
DATABASE_URL=postgres://user:password@localhost/dbname?sslmode=disable
# OIDC Configuration
OIDC_ISSUER_URL=https://storage.b0esche.cloud/index.php/apps/oidc_login
OIDC_REDIRECT_URL=http://localhost:8080/auth/callback
OIDC_CLIENT_ID=your_client_id
OIDC_CLIENT_SECRET=your_client_secret
# JWT
JWT_SECRET=your_jwt_secret_key