aboutsummaryrefslogtreecommitdiffstats
path: root/csit.infra.dash/app/config.py
blob: 559864bebb2edb03cc3d8f175706c30c7282afd5 (plain)
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
#!/usr/bin/env python3

# Copyright (c) 2022 Cisco and/or its affiliates.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at:
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

class Config:
    """Flask configuration variables.
    """
    # General Config
    FLASK_APP = "wsgi.py"
    FLASK_ENV = "production"

    # Assets
    ASSETS_DEBUG = False
    ASSETS_AUTO_BUILD = True

    # Static Assets
    STATIC_FOLDER = "static"
    TEMPLATES_FOLDER = "templates"
    COMPRESSOR_DEBUG = "True"
_ (ESPIPE, "Illegal seek") _ (EROFS, "Read-only file system") _ (EMLINK, "Too many links") _ (EPIPE, "Broken pipe") _ (EDOM, "Math argument out of domain of func") _ (ERANGE, "Math result not representable") _ (EDEADLK, "Resource deadlock would occur") _ (ENAMETOOLONG, "File name too long") _ (ENOLCK, "No record locks available") _ (ENOSYS, "Function not implemented") _ (ENOTEMPTY, "Directory not empty") _ (ELOOP, "Too many symbolic links encountered") _ (EWOULDBLOCK, "Operation would block") _ (ENOMSG, "No message of desired type") _ (EIDRM, "Identifier removed") _ (ECHRNG, "Channel number out of range") _ (EL2NSYNC, "Level 2 not synchronized") _ (EL3HLT, "Level 3 halted") _ (EL3RST, "Level 3 reset") _ (ELNRNG, "Link number out of range") _ (EUNATCH, "Protocol driver not attached") _ (ENOCSI, "No CSI structure available") _ (EL2HLT, "Level 2 halted") _ (EBADE, "Invalid exchange") _ (EBADR, "Invalid request descriptor") _ (EXFULL, "Exchange full") _ (ENOANO, "No anode") _ (EBADRQC, "Invalid request code") _ (EBADSLT, "Invalid slot") _ (EBFONT, "Bad font file format") _ (ENOSTR, "Device not a stream") _ (ENODATA, "No data available") _ (ETIME, "Timer expired") _ (ENOSR, "Out of streams resources") _ (ENONET, "Machine is not on the network") _ (ENOPKG, "Package not installed") _ (EREMOTE, "Object is remote") _ (ENOLINK, "Link has been severed") _ (EADV, "Advertise error") _ (ESRMNT, "Srmount error") _ (ECOMM, "Communication error on send") _ (EPROTO, "Protocol error") _ (EMULTIHOP, "Multihop attempted") _ (EDOTDOT, "RFS specific error") _ (EBADMSG, "Not a data message") _ (EOVERFLOW, "Value too large for defined data type") _ (ENOTUNIQ, "Name not unique on network") _ (EBADFD, "File descriptor in bad state") _ (EREMCHG, "Remote address changed") _ (ELIBACC, "Can not access a needed shared library") _ (ELIBBAD, "Accessing a corrupted shared library") _ (ELIBSCN, "lib section in a.out corrupted") _ (ELIBMAX, "Attempting to link in too many shared libraries") _ (ELIBEXEC, "Cannot exec a shared library directly") _ (EILSEQ, "Illegal byte sequence") _ (ERESTART, "Interrupted system call should be restarted") _ (ESTRPIPE, "Streams pipe error") _ (EUSERS, "Too many users") _ (ENOTSOCK, "Socket operation on non-socket") _ (EDESTADDRREQ, "Destination address required") _ (EMSGSIZE, "Message too long") _ (EPROTOTYPE, "Protocol wrong type for socket") _ (ENOPROTOOPT, "Protocol not available") _ (EPROTONOSUPPORT, "Protocol not supported") _ (ESOCKTNOSUPPORT, "Socket type not supported") _ (EOPNOTSUPP, "Operation not supported on transport endpoint") _ (EPFNOSUPPORT, "Protocol family not supported") _ (EAFNOSUPPORT, "Address family not supported by protocol") _ (EADDRINUSE, "Address already in use") _ (EADDRNOTAVAIL, "Cannot assign requested address") _ (ENETDOWN, "Network is down") _ (ENETUNREACH, "Network is unreachable") _ (ENETRESET, "Network dropped connection because of reset") _ (ECONNABORTED, "Software caused connection abort") _ (ECONNRESET, "Connection reset by peer") _ (ENOBUFS, "No buffer space available") _ (EISCONN, "Transport endpoint is already connected") _ (ENOTCONN, "Transport endpoint is not connected") _ (ESHUTDOWN, "Cannot send after transport endpoint shutdown") _ (ETOOMANYREFS, "Too many references: cannot splice") _ (ETIMEDOUT, "Connection timed out") _ (ECONNREFUSED, "Connection refused") _ (EHOSTDOWN, "Host is down") _ (EHOSTUNREACH, "No route to host") _ (EALREADY, "Operation already in progress") _ (EINPROGRESS, "Operation now in progress") _ (ESTALE, "Stale NFS file handle") _ (EUCLEAN, "Structure needs cleaning") _ (ENOTNAM, "Not a XENIX named type file") _ (ENAVAIL, "No XENIX semaphores available") _ (EISNAM, "Is a named type file") _ (EREMOTEIO, "Remote I/O error") _ (EDQUOT, "Quota exceeded") _ (ENOMEDIUM, "No medium found") _ (EMEDIUMTYPE, "Wrong medium type")