-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.example
More file actions
41 lines (32 loc) · 1.15 KB
/
Copy path.env.example
File metadata and controls
41 lines (32 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
APP_NAME=TablePro
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost:8000
# The canonical host. Used for canonical tags, Open Graph URLs and the sitemap.
WEB_DOMAIN=localhost
APP_LOCALE=en
APP_FALLBACK_LOCALE=en
LOG_CHANNEL=stack
LOG_LEVEL=debug
# This app has no database. Everything it renders comes from resources/blog
# (markdown), resources/data (JSON) and the public GitHub API.
CACHE_STORE=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=array
# Which provider's public embed script the buy buttons load. The checkout call
# itself is handled elsewhere; no credentials belong here.
PAYMENT_PROVIDER=lemonsqueezy
# Smallest purchasable Team seat count, shown in the pricing copy.
TEAM_MIN_SEATS=5
# Public GitHub repo used for the star count and release download links.
GITHUB_REPO=TableProApp/TablePro
HOMEBREW_CASK=tablepro
# Inertia SSR. Both values must name the same port.
INERTIA_SSR_URL=http://127.0.0.1:13715
INERTIA_SSR_PORT=13715
# Optional. Leave both empty in development so no third-party script loads.
# Production: GOOGLE_ANALYTICS_ID=G-FG4YV1QXYN, the same value the account
# portal's .env carries.
GOOGLE_ANALYTICS_ID=
CRISP_WEBSITE_ID=