Skip to content

Environment variables #17

@blfpd

Description

@blfpd

It seems to me that the environment variable would be less cryptic this way:

site_url = env(SITE_URL)
site_url = env(SITE_URL or "localhost")
db_port = env(DB_PORT as integer or 5432)

What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions