11 lines
148 B
INI
11 lines
148 B
INI
[general]
|
|
site_url=http://localhost:5000
|
|
debug=true
|
|
|
|
[db]
|
|
adapter=postgres
|
|
host=localhost
|
|
user=postgres
|
|
password=mysecretpassword
|
|
database=postgres
|