-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.env.production
More file actions
68 lines (56 loc) · 2.89 KB
/
Copy path.env.production
File metadata and controls
68 lines (56 loc) · 2.89 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
DOTENV_PUBLIC_KEY_PRODUCTION="4aa80032c5ae465ffcff65edb47cf4e9bf39ca783a4545acf75347d4f3a6e9a1"
#/-------------------[DOTENV_PUBLIC_KEY]--------------------/
#/ public-key encryption for .env files /
#/ [how it works](https://stacksjs.org/encryption) /
#/----------------------------------------------------------/
DOTENV_PUBLIC_KEY="3f04b26669db3c04a643dfe348990dafa5c11ba3120b03b5a11a90513ba4a92a"
# Production Environment Configuration
APP_NAME=Stacks
APP_ENV=production
APP_KEY="encrypted:wx6j3jWhH19YmtD/FgbPuaGdrBLQpV96E0hRBugBa5zteS2dj7iOjIxauJTcv8W6Dul3i3dvtry1GLsvGFwlhShikTv026iaBoe7oqAy7t4gGLE/l28p/l21On1ZxghdSTiRckOkoNgyqzPKT+1ZaBM8BfWtMfVn2o0J1M9/jhHTzbgQUW4QtVBz4+A3NUKClXmyUTzQJbz347ZjNY+OymiO/SEUQep9ve57+vhLpZ7e4TMZDOTsb/JPC9/Bjs7a1FF91N4jcw=="
APP_URL=https://stacksjs.com
APP_MAINTENANCE=false
APP_MAINTENANCE_SECRET=
APP_COMING_SOON=true
APP_COMING_SOON_SECRET=
SUDO_PASSWORD="encrypted:7PodDMbbrpZyE/zRVVI31YothRVjYugjL78Ap0xSeShYAYzBi3c="
# No PORT here: on the shared box each site's port is set by the deploy
# (systemd Environment=PORT=<site.port>). A committed PORT would ship in the
# release and override that — e.g. the api (:3008) wrongly binding main's :3000.
DEBUG=false
DB_CONNECTION=sqlite
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=stacks
DB_USERNAME=root
DB_PASSWORD=
GITHUB_TOKEN="encrypted:TuWJ2IbHnqxtxqhq3GenLPRmJy5DnoaKj4GTAT0rdUIsASzQdGu1g/rm+nlgxUDnw7RB2hZPYJmxsykPhykyY6fyaA3d+jgE"
AWS_ACCOUNT_ID=
AWS_ACCESS_KEY_ID="encrypted:crYJEistIE0qaUXsqM9kabZWS7XDX8pkp1z+f1FWxwy5uiquRRnKm9/bC4V5RcrAgzMl1A=="
AWS_SECRET_ACCESS_KEY="encrypted:kHvdrPxPeDrRZ+Njf6dGaEVzdYvZRjfoTtFmp8XXC84TbXblfDEEyq2X6IIamV25FO7R2eVteo1Z4ZmSEtLSjEZcV12aQNQV"
AWS_DEFAULT_PASSWORD="encrypted:EuvV2fHjX77QiFOGtuMWzRh1eevMeBIh5C+CI4HhHGLJYFh5jyS7CtZZ5I+nPA=="
AWS_REGION=us-east-1
AWS_PROFILE=stacks
MAIL_MAILER=smtp
MAIL_HOST=mailpit
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_NAME="${APP_NAME}"
MAIL_FROM_ADDRESS="no-reply@stacksjs.org"
# Per-mailbox SMTP passwords (MAIL_PASSWORD_<LOCALPART>) are tenant credentials
# and must never be committed here. This file ships to every `buddy new` app, so
# anything written below is published. Set them in the deploy environment, or
# encrypt them with dotenvx the way .env.development and .env.staging do.
STRIPE_SECRET_KEY=
STRIPE_PUBLIC_KEY=
SEARCH_ENGINE_DRIVER=meilisearch
MEILISEARCH_HOST=http://127.0.0.1:7700
MEILISEARCH_KEY=masterKey
# FRONTEND_* variables should not contain any sensitive information
FRONTEND_APP_ENV="${APP_ENV}"
FRONTEND_APP_URL="${APP_URL}"
FRONTEND_STRIPE_PUBLIC_KEY=
HCLOUD_TOKEN="encrypted:seHur7JJdKg89sL2HNhVTpmI9v+XvDkfMZF+U7i+zvYZGTHjcsvqURI1xOR+XjShr8Dt4fIYucFmdJKMSsnRFlIKWrptKAUDAH1baV/Ak9nLmUq+qe0jRqWLWtlJNBcs"
TS_CLOUD_UI_PASSWORD="encrypted:aIQgloJ33UHsEjKpcVyfw+bGKZgF3osW+0taEJwvFh23+2ykOTDSLowywCbiwM6rDj/3b+zKFMuboR44xnPQZc3DcHC8mvMWyVNfWK0ReRd3hAlmU/blkkBGm7c3TcJD"