Skip to content
This repository was archived by the owner on Oct 25, 2022. It is now read-only.

Configuration

Peter Karman edited this page May 23, 2014 · 4 revisions

Configuring the audio-search application

The etc/profiles.ini file contains the configuration profile for your application. See the example in etc/profiles.ini.example.

Here's a run down of an example:

[dev]
; your db credentials
username = tq
password = somesecret
dbname = tq
hostname = localhost

; where are you
server_time_zone = America/Chicago

; if you run the app behind a proxy (recommended)
; the name of the proxy is:
server_base_uri  = https://tq.publicradio.org

; where your app listens. This is the default.
app_base_uri = http://127.0.0.1:3000

; app config
app_debug = true
app_workers = 2

Clone this wiki locally