feat: add environment configuration for database and authentication, update router setup
This commit is contained in:
@@ -3,3 +3,5 @@ PORT=3000
|
||||
DATABASE_URL="sqlite://dev.db"
|
||||
# DATABASE_URL="postgresql://postgres:postgres@localhost/clean-axum"
|
||||
PREFORK=1
|
||||
AUTH_SECRET=your_secret_key_here
|
||||
BASE_URL=http://localhost:3000
|
Reference in New Issue
Block a user