f2d35ca792
- JWT secret auto-generates and persists to <STORAGE_PATH>/.jwt_secret - Remove setup token: first admin setup is open until system initialized - Fix schema.sql: move CREATE EXTENSION pg_trgm/ltree to top - Update login UI and auth.js to remove setup token fields
13 lines
466 B
Plaintext
Executable File
13 lines
466 B
Plaintext
Executable File
# These owners will be the default owners for everything in the repo.
|
|
# Unless a later match takes precedence, they will be requested for
|
|
# review when someone opens a pull request.
|
|
* @DioCrafts
|
|
|
|
# Specific file and directory ownership
|
|
/src/domain/ @DioCrafts
|
|
/src/application/ @DioCrafts
|
|
/src/infrastructure/ @DioCrafts
|
|
/src/interfaces/ @DioCrafts
|
|
/static/ @DioCrafts
|
|
/db/ @DioCrafts
|
|
*.md @DioCrafts |