mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-06-15 18:05:50 +00:00
10 lines
217 B
Plaintext
10 lines
217 B
Plaintext
require('sputnik')
|
|
return sputnik.wsapi_app.new{
|
|
VERSIUM_STORAGE_MODULE = "versium.sqlite3",
|
|
VERSIUM_PARAMS = {'/tmp/sputnik.db'},
|
|
SHOW_STACK_TRACE = true,
|
|
TOKEN_SALT = 'xxx',
|
|
BASE_URL = '/',
|
|
}
|
|
|