-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathscalingo.json
More file actions
32 lines (32 loc) · 924 Bytes
/
Copy pathscalingo.json
File metadata and controls
32 lines (32 loc) · 924 Bytes
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
{
"scripts": {
"first-deploy": "cd apps/$BUILD_APP_NAME && pnpm db:seed:unsecure"
},
"env": {
"APP_IS_EPHEMERAL": {
"description": "All the variables in this file adapt the environment to review apps (temporary environments)",
"value": "true"
},
"APP_MODE": {
"value": "test"
},
"FILE_AUTH_SECRET": {
"value": "seed-to-forge-jwt-tokens-not-sensitive-in-temporary-environments"
},
"NEXT_AUTH_SECRET": {
"value": "seed-to-forge-jwt-tokens-not-sensitive-in-temporary-environments"
},
"CRISP_SIGNING_SECRET_KEY": {
"value": "seed-to-sign-emails-cannot-work-without-a-remote-crisp-account"
},
"NEXT_PUBLIC_CRISP_WEBSITE_ID": {
"value": "random-one-since-cannot-work-without-a-remote-crisp-account"
},
"NEXT_PUBLIC_APP_BASE_URL": {
"generator": "url"
},
"NEXT_PUBLIC_SENTRY_DSN": {
"value": ""
}
}
}