update
This commit is contained in:
parent
60e6fa9a85
commit
086e539155
11 changed files with 289 additions and 55 deletions
9
.env.sample
Executable file
9
.env.sample
Executable file
|
@ -0,0 +1,9 @@
|
|||
BASE_URL="https://zv.example.org"
|
||||
AUTH_SECRET="Ah6Lm3h8Qmnhm8oDfw09AOUYEOMKpzfqIFPjBA2waLPm9SD65BA1eSXde9OS80nE"
|
||||
DATABASE_URL="Server=aptabase_db;Port=5432;User Id=aptabase;Password=0000000000000000000000000000000000000000000000000000000000000000;Database=aptabase"
|
||||
CLICKHOUSE_URL="Host=aptabase_events_db;Port=8123;Username=aptabase;Password=0000000000000000000000000000000000000000000000000000000000000000"
|
||||
SMTP_HOST="smtp.resend.com"
|
||||
SMTP_PORT="465"
|
||||
SMTP_USERNAME="resend"
|
||||
SMTP_PASSWORD=""
|
||||
SMTP_FROM_ADDRESS="no-reply@example.org"
|
Loading…
Add table
Add a link
Reference in a new issue