Core
Command Line Args

Command Line Arguments

Authorizer has following command line arguments

ArgumentAllowed ValuesDescription
database_urlCorrect connection stringDatabase connection URL
database_typepostgres, mysql, planetscale, sqlite, sqlserver, mongodb, arangodb, yugabyte, mariadb, cassandradb, scylladb, couchbase, dynamodbType of database that you want to configure with authorizer
env_fileCorrect path stringPath to env file
log_leveldebug, info, warn, error, fatal, panicLevel of logs that you want to print in your console. Defaults to info.

Sample Usage

./build/server --log_level="debug" --env_file=".env"