Skip to content

Commit c28ac9e

Browse files
committed
up
1 parent 0c3787e commit c28ac9e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

config/apiexample.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
<?php
2+
3+
/**
4+
* API Configuration (User File)
5+
*
6+
* This file is where YOU configure the API behavior.
7+
* Edit the values below to customize authentication, RBAC, rate limiting, etc.
8+
*
9+
* HOW IT WORKS:
10+
* 1. You edit this simple PHP array
11+
* 2. Framework loads it via src/Config/ApiConfig.php (you don't need to touch that)
12+
* 3. Framework gets type-safe configuration with validation
13+
*
14+
* See docs/CONFIG_FLOW.md for technical details
15+
* See docs/AUTHENTICATION.md for authentication guide
16+
*/
17+
218
return [
319
// ========================================
420
// AUTHENTICATION SETTINGS

0 commit comments

Comments
 (0)