Yaml Configuration

Fireback accelerates backend and mobile app development, offering powerful code generation tools and standardized architecture. With seamless backend integration and streamlined workflows, Fireback expedites the creation of robust and scalable apps.

The application has an internal default configuration, that you can override and set your own. This will make the FireBack highly configurable.

You need to pass the address of this file via CONFIG_PATH env variable.

Example:

CONFIG_PATH=~/config.yml ENV=production fireback

You need to set 2 env variables inside your systemd service (For Ubuntu Servers) or similar correspondence on the other operating systems.

gin:
  mode: debug # set to release

publicServer:
  enabled: true
  host: "localhost"
  port: 4500

# For all fields in database object check "Database Support" page
database:
  vendor: sqlite
  database: /tmp/fireback.db