forked from grumpydevelop/federator

- added php-resque for queue job and worker support - removed all document_root dependencies (as that doesn't work in the queue-environment - added project_root global variable for more robust setup - some file-constistency fixed - config referring paths are now starting in project-root - inbox now does the heavy-duty on a queue
10 lines
No EOL
306 B
INI
10 lines
No EOL
306 B
INI
[contentnation]
|
|
service-uri = http://local.contentnation.net
|
|
|
|
[userdata]
|
|
path = '/home/net/contentnation/userdata/htdocs/' // need to download local copy of image and put img-path here
|
|
url = 'https://userdata.contentnation.net'
|
|
|
|
[keys]
|
|
headerSenderName = 'contentnation'
|
|
publicKeyPath = 'contentnation.pub' |