This commit is contained in:
2026-04-04 07:27:28 -03:00
parent 73a838ef23
commit c36db2cb01
2 changed files with 62 additions and 0 deletions

4
kan/.env Normal file
View File

@@ -0,0 +1,4 @@
NEXT_PUBLIC_BASE_URL="https://kan.mysite.net"
BETTER_AUTH_SECRET="32-character-random-string"
POSTGRES_PASSWORD="mypassword"
POSTGRES_URL="http://kan:mypassword@kan-db:5432/kan_db"