mirror of
https://github.com/ceratic/project_vollidioten_website.git
synced 2026-05-14 00:16:47 +02:00
routing
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# Discord OAuth Configuration
|
||||
DISCORD_CLIENT_ID=
|
||||
DISCORD_CLIENT_SECRET=
|
||||
|
||||
# Session Security
|
||||
SESSION_SECRET=
|
||||
|
||||
# Note: Replace the placeholder values above with your actual Discord application credentials
|
||||
# Get these from: https://discord.com/developers/applications
|
||||
|
||||
DB_HOST=db
|
||||
DB_USER=obsidian_user
|
||||
DB_PASS=obsidian_pass
|
||||
DB_NAME=obsidian_db
|
||||
Reference in New Issue
Block a user