refactor(env): centralize auth env handling and prefer BETTER_AUTH_BASE_URL
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
DATABASE_URL=postgres://username:password@localhost:5432/database_name
|
||||
BETTER_AUTH_SECRET=replace_with_a_long_random_secret
|
||||
BETTER_AUTH_URL=http://localhost:3000
|
||||
BETTER_AUTH_BASE_URL=http://localhost:3000
|
||||
BETTER_AUTH_TRUSTED_ORIGINS=http://localhost:5173
|
||||
PORT=3000
|
||||
MINIO_ENDPOINT=localhost
|
||||
|
||||
Reference in New Issue
Block a user