Skip to content

Ability for contributors and users to set cors.allowOrigins #650

Open
@usrrname

Description

@usrrname

Currently, if an end user (developer) wants to change the server settings for allowed site origins, they have to insert it into the server_settings table on sqllite if they are running it in dev locally

Goal: End users and contributors have a way to set cors without needing to manipulate the database.

Expose an environment variable like CORS_ALLOW_ORIGINS to assist in updating the server settings.

Lesson learned: Do NOT try to use a seed file to make it happen

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions