Skip to content

Commit 97144d5

Browse files
committed
Write some docs
1 parent c8257de commit 97144d5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.env.example

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ APP_KEY=
44
APP_DEBUG=true
55
APP_URL=http://localhost
66

7+
API_STANDARDS_TREE=x
8+
API_SUBTYPE=myapi
9+
API_PREFIX=api
10+
API_DOMAIN=
11+
API_VERSION=v1
12+
API_NAME="My API"
13+
API_CONDITIONAL_REQUEST=true
14+
API_STRICT=false
15+
API_DEFAULT_FORMAT=json
16+
API_DEBUG=true
17+
JWT_SECRET=
18+
719
LOG_CHANNEL=stack
820

921
DB_CONNECTION=mysql

README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)