Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 64 for envfile (0.11 sec)

  1. docs/en/docs/advanced/settings.md

    ///
    
    Here we define the config `env_file` inside of your Pydantic `Settings` class, and set the value to the filename with the dotenv file we want to use.
    
    ### Creating the `Settings` only once with `lru_cache`
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  2. docs/pt/docs/advanced/settings.md

    ///
    
    Aqui definimos a configuração `env_file` dentro da classe `Settings` do Pydantic, e definimos o valor como o nome do arquivo dotenv que queremos utilizar.
    
    ### Declarando `Settings` apenas uma vez com `lru_cache`
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 17K bytes
    - Viewed (0)
  3. docs/fr/docs/tutorial/query-params-str-validations.md

    ```
    http://127.0.0.1:8000/items/?item-query=foobaritems
    ```
    
    Mais `item-query` n'est pas un nom de variable valide en Python.
    
    Le nom le plus proche serait `item_query`.
    
    Mais vous avez vraiment envie que ce soit exactement `item-query`...
    
    Pour cela vous pouvez déclarer un `alias`, et cet alias est ce qui sera utilisé pour trouver la valeur du paramètre :
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 27 17:14:38 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  4. api/go1.4.txt

    pkg syscall (windows-386), type ProcessEntry32 struct
    pkg syscall (windows-386), type ProcessEntry32 struct, DefaultHeapID uintptr
    pkg syscall (windows-386), type ProcessEntry32 struct, ExeFile [260]uint16
    pkg syscall (windows-386), type ProcessEntry32 struct, Flags uint32
    pkg syscall (windows-386), type ProcessEntry32 struct, ModuleID uint32
    pkg syscall (windows-386), type ProcessEntry32 struct, ParentProcessID uint32
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 12 03:01:01 UTC 2014
    - 34K bytes
    - Viewed (0)
  5. docs/zh/docs/advanced/settings.md

    ```
    
    ### 从 `.env` 文件中读取设置
    
    然后,您可以使用以下方式更新您的 `config.py`:
    
    ```Python hl_lines="9-10"
    {!../../docs_src/settings/app03/config.py!}
    ```
    
    在这里,我们在 Pydantic 的 `Settings` 类中创建了一个名为 `Config` 的类,并将 `env_file` 设置为我们想要使用的 dotenv 文件的文件名。
    
    /// tip
    
    `Config` 类仅用于 Pydantic 配置。您可以在<a href="https://docs.pydantic.dev/latest/api/config/" class="external-link" target="_blank">Pydantic Model Config</a>中阅读更多相关信息。
    
    ///
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  6. guava/src/com/google/common/io/ByteStreams.java

        return new byte[BUFFER_SIZE];
      }
    
      /**
       * There are three methods to implement {@link FileChannel#transferTo(long, long,
       * WritableByteChannel)}:
       *
       * <ol>
       *   <li>Use sendfile(2) or equivalent. Requires that both the input channel and the output
       *       channel have their own file descriptors. Generally this only happens when both channels
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:26:48 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  7. api/go1.1.txt

    pkg syscall (darwin-386), const ENETDOWN = 50
    pkg syscall (darwin-386), const ENETRESET = 52
    pkg syscall (darwin-386), const ENETUNREACH = 51
    pkg syscall (darwin-386), const ENFILE = 23
    pkg syscall (darwin-386), const ENOATTR = 93
    pkg syscall (darwin-386), const ENOBUFS = 55
    pkg syscall (darwin-386), const ENODATA = 96
    pkg syscall (darwin-386), const ENODEV = 19
    pkg syscall (darwin-386), const ENOEXEC = 8
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  8. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const ENETDOWN = 50
    pkg syscall (netbsd-arm64-cgo), const ENETRESET = 52
    pkg syscall (netbsd-arm64-cgo), const ENETUNREACH = 51
    pkg syscall (netbsd-arm64-cgo), const ENFILE = 23
    pkg syscall (netbsd-arm64-cgo), const ENOATTR = 93
    pkg syscall (netbsd-arm64-cgo), const ENOATTR Errno
    pkg syscall (netbsd-arm64-cgo), const ENOBUFS = 55
    pkg syscall (netbsd-arm64-cgo), const ENODATA = 89
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  9. api/go1.14.txt

    pkg syscall (freebsd-arm64), const ENETDOWN = 50
    pkg syscall (freebsd-arm64), const ENETRESET = 52
    pkg syscall (freebsd-arm64), const ENETUNREACH = 51
    pkg syscall (freebsd-arm64), const ENFILE = 23
    pkg syscall (freebsd-arm64), const ENOATTR = 87
    pkg syscall (freebsd-arm64), const ENOATTR Errno
    pkg syscall (freebsd-arm64), const ENOBUFS = 55
    pkg syscall (freebsd-arm64), const ENODEV = 19
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  10. api/go1.16.txt

    pkg syscall (darwin-arm64), const ENETDOWN = 50
    pkg syscall (darwin-arm64), const ENETRESET = 52
    pkg syscall (darwin-arm64), const ENETUNREACH = 51
    pkg syscall (darwin-arm64), const ENFILE = 23
    pkg syscall (darwin-arm64), const ENOATTR = 93
    pkg syscall (darwin-arm64), const ENOATTR Errno
    pkg syscall (darwin-arm64), const ENOBUFS = 55
    pkg syscall (darwin-arm64), const ENODATA = 96
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
Back to top