
    [<vj*                     @    d dl mZ d dlmZ  G d de      Z e       Zy)    )BaseSettings)Listc                       e Zd ZU dZeed<   dZeed<   dZeed<   dZe	ed<   d	Z
e	ed
<   ddgZee   ed<    G d d      Zy)Settingsz8postgresql+asyncpg://poorav:poorav@localhost:5432/pooravDATABASE_URLzredis://localhost:6379/0	REDIS_URLchange_me_in_production
SECRET_KEY   ACCESS_TOKEN_EXPIRE_MINUTES   REFRESH_TOKEN_EXPIRE_DAYSzhttp://localhost:3000zhttps://platforms.pooravtech.inCORS_ORIGINSc                       e Zd ZdZdZy)Settings.Configz.envzutf-8N)__name__
__module____qualname__env_fileenv_file_encoding     /app/core/config.pyConfigr      s    #r   r   N)r   r   r   r   str__annotations__r   r
   r   intr   r   r   r   r   r   r   r   r      sT    RL#R/Is//J/'))%'s'68YZL$s)Z$ $r   r   N)pydantic_settingsr   typingr   r   settingsr   r   r   <module>r!      s     * 
$| 
$ :r   