|
7 | 7 | ],
|
8 | 8 | "website": "https://snipeitapp.com/",
|
9 | 9 | "repository": "https://github.com/snipe/snipe-it",
|
10 |
| - "logo": "https://snipeitapp.com/img/logos/snipe-it-logo-xs.png", |
| 10 | + "logo": "https://pbs.twimg.com/profile_images/976748875733020672/K-HnZCCK_400x400.jpg", |
11 | 11 | "success_url": "/setup",
|
12 | 12 | "env": {
|
13 | 13 | "APP_ENV": {
|
14 |
| - "description": "Symfony environment mode.", |
| 14 | + "description": "Symfony environment mode. Unless developing the application, this should be production.", |
15 | 15 | "value": "production"
|
16 | 16 | },
|
| 17 | + "APP_DEBUG": { |
| 18 | + "description": "Symfony debug mode. Unless developing the application or actively debugging a problem, this should be set to false.", |
| 19 | + "value": "false" |
| 20 | + }, |
17 | 21 | "APP_KEY": {
|
18 |
| - "description": "A secret key for verifying the integrity of signed cookies. (https://coderstoolbox.online/toolbox/generate-symfony-secret)", |
| 22 | + "description": "A secret key for verifying the integrity of signed cookies. (See either https://snipe-it.readme.io/docs/install-dependencies or generate at https://coderstoolbox.online/toolbox/generate-symfony-secret)", |
19 | 23 | "value": ""
|
20 | 24 | },
|
21 | 25 | "APP_URL": {
|
|
30 | 34 | "description": "Which language do you want to use for your install? (https://snipe-it.readme.io/docs/configuration#setting-a-language)",
|
31 | 35 | "value": "en"
|
32 | 36 | },
|
| 37 | + "MAX_RESULTS": { |
| 38 | + "description": "The maximum number of search results that can be returned at one time.", |
| 39 | + "value": "500" |
| 40 | + }, |
33 | 41 | "MAIL_DRIVER": {
|
34 |
| - "description": "", |
| 42 | + "description": "Mail driver - Generally SMTP on Heroku - https://snipe-it.readme.io/docs/configuration#required-outgoing-mail-settings", |
35 | 43 | "value": "smtp"
|
36 | 44 | },
|
37 | 45 | "MAIL_HOST": {
|
38 |
| - "description": "", |
| 46 | + "description": "SMTP Server Hostname", |
39 | 47 | "value": "smtp.your.domain.name"
|
40 | 48 | },
|
41 | 49 | "MAIL_PORT": {
|
42 |
| - "description": "", |
| 50 | + "description": "SMTP Server Port", |
43 | 51 | "value": "25"
|
44 | 52 | },
|
45 | 53 | "MAIL_USERNAME": {
|
46 |
| - "description": "", |
| 54 | + "description": "SMTP Server Username", |
47 | 55 | "value": "YOURUSERNAME"
|
48 | 56 | },
|
49 | 57 | "MAIL_PASSWORD": {
|
50 |
| - "description": "", |
| 58 | + "description": "SMTP Server Password", |
51 | 59 | "value": "YOURPASSWORD"
|
52 | 60 | },
|
53 | 61 | "MAIL_ENCRYPTION": {
|
54 |
| - "description": "", |
| 62 | + "description": "Encryption protocol for email sending.", |
55 | 63 | "value": "null"
|
56 | 64 | },
|
57 | 65 | "MAIL_FROM_ADDR": {
|
58 |
| - "description": "", |
59 |
| - "value": "your@domain.name" |
| 66 | + "description": "Email from address", |
| 67 | + "value": "no-reply@domain.name" |
60 | 68 | },
|
61 | 69 | "MAIL_FROM_NAME": {
|
62 |
| - "description": "", |
| 70 | + "description": "Email from Name", |
63 | 71 | "value": "Snipe-IT"
|
64 | 72 | },
|
65 | 73 | "MAIL_REPLYTO_ADDR": {
|
66 |
| - "description": "", |
| 74 | + "description": "Email Reply-To address", |
67 | 75 |
|
68 | 76 | },
|
69 | 77 | "MAIL_REPLYTO_NAME": {
|
70 |
| - "description": "", |
| 78 | + "description": "Email Reply-To Name", |
71 | 79 | "value": "Snipe-IT"
|
72 | 80 | },
|
73 | 81 | "MAIL_AUTO_EMBED": {
|
74 |
| - "description": "", |
| 82 | + "description": "Whether or not to embed images in emails (via CID or base64) versus linking to them.", |
75 | 83 | "value": "true"
|
76 | 84 | },
|
77 | 85 | "MAIL_AUTO_EMBED_METHOD": {
|
78 |
| - "description": "", |
| 86 | + "description": "Method that should be used for attaching inline images.", |
79 | 87 | "value": "base64"
|
80 | 88 | },
|
81 | 89 | "SESSION_LIFETIME": {
|
82 |
| - "description": "", |
| 90 | + "description": "Specify the time in minutes that the session should remain valid.", |
83 | 91 | "value": "12000"
|
84 | 92 | },
|
85 | 93 | "EXPIRE_ON_CLOSE": {
|
86 |
| - "description": "", |
| 94 | + "description": "Specify whether or not the logged in session should be expired when the user closes their browser window.", |
87 | 95 | "value": "false"
|
88 | 96 | },
|
89 | 97 | "ENCRYPT": {
|
90 |
| - "description": "", |
91 |
| - "value": "false" |
| 98 | + "description": "Specify whether you wish to use encrypted cookies for your Snipe-IT sessions.", |
| 99 | + "value": "true" |
92 | 100 | },
|
93 | 101 | "COOKIE_NAME": {
|
94 |
| - "description": "", |
| 102 | + "description": "The name of the cookie set by Snipe-IT for session management.", |
95 | 103 | "value": "snipeit_session"
|
96 | 104 | },
|
97 | 105 | "COOKIE_DOMAIN": {
|
98 |
| - "description": "", |
| 106 | + "description": "The domain name that the session cookie should be sent for.", |
99 | 107 | "value": "your-app-name.herokuapp.com"
|
100 | 108 | },
|
101 | 109 | "SECURE_COOKIES": {
|
102 |
| - "description": "", |
103 |
| - "value": "false" |
| 110 | + "description": "Should cookies only be sent for HTTPS connections? Generally true on Heroku.", |
| 111 | + "value": "true" |
104 | 112 | },
|
105 | 113 | "LOGIN_MAX_ATTEMPTS": {
|
106 |
| - "description": "", |
| 114 | + "description": "The maximum number of failed attempts allowed before the user is throttled.", |
107 | 115 | "value": "5"
|
108 | 116 | },
|
109 | 117 | "LOGIN_LOCKOUT_DURATION": {
|
110 |
| - "description": "", |
| 118 | + "description": "The duration (in seconds) that the user should be blocked from attempting to authenticate again.", |
111 | 119 | "value": "60"
|
112 | 120 | },
|
113 | 121 | "APP_LOG": {
|
114 | 122 | "description": "Driver to send logs to. (errorlog for stderr)",
|
115 | 123 | "value": "errorlog"
|
116 | 124 | },
|
117 | 125 | "ALLOW_IFRAMING": {
|
118 |
| - "description": "", |
| 126 | + "description": "Allow Snipe-IT to be loaded using an iFrame?", |
119 | 127 | "value": "false"
|
120 | 128 | },
|
121 | 129 | "GOOGLE_MAPS_API": {
|
122 |
| - "description": "", |
123 |
| - "value": "" |
| 130 | + "description": "Include your Google Maps API key here if you'd like Snipe-IT to load maps from Google on your locations and suppliers pages.", |
| 131 | + "required": false |
124 | 132 | },
|
125 | 133 | "BACKUP_ENV": {
|
126 |
| - "description": "", |
| 134 | + "description": "Set this to true if you wish to backup your .env file in your Admin > Backups process.", |
127 | 135 | "value": "true"
|
128 | 136 | },
|
129 | 137 | "ENABLE_HSTS": {
|
130 |
| - "description": "", |
| 138 | + "description": "Whether or not to send the HSTS security policy header.", |
131 | 139 | "value": "false"
|
132 | 140 | }
|
133 | 141 | },
|
|
0 commit comments