dublinbikeparking

command module
v0.0.0-...-b352e1d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 30, 2023 License: MIT Imports: 9 Imported by: 0

README

Dublin Bike Parking

SemanticallyNull

Configuration

All the configuration is done using environment variables

Environment Variable Required Default Value Description
DBP_DB_DIALECT false sqlite3 The dialect to use. It can be one of sqlite3 or mysql
DBP_DB_CONNECTION_STRING false ./demo.db The connection string for the DB. See GORM's documentation for details. Only sqlite3 or mysql are currently supported.
SENDGRID_API_KEY false none The project uses Sendgrid to send emails when a new stand is added for approval. If set to empty a warning will be printed, but the application will just not send email.
DBP_UI_V2 false false The new Vue UI is under development, this flag turns it on.
S3_ENDPOINT false none S3 endpoint
S3_ACCESS_KEY_ID false none S3 access key ID
S3_SECRET_ACCESS_KEY false none S3 secret access key
S3_BUCKET_NAME false none S3 bucket name
OIDC_AUTHORITY false none The domain of the OIDC provider
OIDC_AUDIENCE false none The audience for which the JWT Token is validated against

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL