You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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