You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| AWS_DYNAMODB_TABLE_NAME || The dynamodb table name |
202
-
| AWS_DEFAULT_REGION | eu-central-1 | The AWS region in which the table is hosted. |
203
-
| AWS_ENDPOINT_URL || The AWS endpoint url to use |
204
-
| ALLOWED_DOMAINS |`.*`| A comma separated list of allowed domains names |
205
-
| FORWARED_ALLOW_IPS |`*`| Sets the gunicorn `forwarded_allow_ips` (see https://docs.gunicorn.org/en/stable/settings.html#forwarded-allow-ips). This is required in order to `secure_scheme_headers` works. |
206
-
| FORWARDED_PROTO_HEADER_NAME |`X-Forwarded-Proto`| Sets gunicorn `secure_scheme_headers` parameter to `{FORWARDED_PROTO_HEADER_NAME: 'https'}`, see https://docs.gunicorn.org/en/stable/settings.html#secure-scheme-headers.|
207
-
| CACHE_CONTROL |`public, max-age=31536000`| Cache Control header value of the `GET /<shortlink>` endpoint |
208
-
| CACHE_CONTROL_4XX |`public, max-age=3600`| Cache Control header for 4XX responses |
209
-
| GUNICORN_WORKER_TMP_DIR |`None`| This should be set to an tmpfs file system for better performance. See https://docs.gunicorn.org/en/stable/settings.html#worker-tmp-dir.|
197
+
| LOGGING_CFG |`logging-cfg-local.yml`| Logging configuration file to use. |
198
+
| AWS_ACCESS_KEY_ID || Necessary credential to access dynamodb |
| AWS_DYNAMODB_TABLE_NAME || The dynamodb table name |
201
+
| AWS_DEFAULT_REGION | eu-central-1 | The AWS region in which the table is hosted. |
202
+
| AWS_ENDPOINT_URL || The AWS endpoint url to use |
203
+
| ALLOWED_DOMAINS |`.*`| A comma separated list of allowed domains names |
204
+
| FORWARED_ALLOW_IPS |`*`| Sets the gunicorn `forwarded_allow_ips` (see https://docs.gunicorn.org/en/stable/settings.html#forwarded-allow-ips). This is required in order to `secure_scheme_headers` works. |
205
+
| FORWARDED_PROTO_HEADER_NAME |`X-Forwarded-Proto`| Sets gunicorn `secure_scheme_headers` parameter to `{FORWARDED_PROTO_HEADER_NAME: 'https'}`, see https://docs.gunicorn.org/en/stable/settings.html#secure-scheme-headers.|
206
+
| CACHE_CONTROL |`public, max-age=31536000`| Cache Control header value of the `GET /<shortlink>` endpoint |
207
+
| CACHE_CONTROL_4XX |`public, max-age=3600`| Cache Control header for 4XX responses |
208
+
| GUNICORN_WORKER_TMP_DIR || This should be set to an tmpfs file system for better performance. See https://docs.gunicorn.org/en/stable/settings.html#worker-tmp-dir.|
209
+
| SHORT_ID_SIZE | `12` | The size (number of characters) of the shortloink id's
210
+
| SHORT_ID_ALPHABET | `0123456789abcdefghijklmnopqrstuvwxyz` | The alphabet (characters) used by the shortlink. Allowed chars `[0-9][A-Z][a-z]-_`
0 commit comments