first commit
This commit is contained in:
21
.env.example
Normal file
21
.env.example
Normal file
@ -0,0 +1,21 @@
|
||||
# Port
|
||||
APP_PORT=9000 # Optional
|
||||
|
||||
# Application
|
||||
SECRET_KEY=secret_key
|
||||
|
||||
# Database
|
||||
DATABASE_URL=postgresql://postgres:example@localhost:5432/postgres
|
||||
POSTGRES_PORT=5432 # Optional
|
||||
POSTGRES_DATA=./postgres # Optional
|
||||
|
||||
# Valkey
|
||||
VALKEY_URL=redis://localhost:6379/0
|
||||
VALKEY_PORT=6379 # Optional
|
||||
|
||||
# VK
|
||||
VK_CLIENT_ID=
|
||||
VK_REDIRECT_URI=
|
||||
|
||||
# Logging (Optional)
|
||||
LOKI_URL=
|
||||
Reference in New Issue
Block a user