2020-06-22 17:37:56 +00:00
|
|
|
option('base_url', type: 'string', value: 'https://api.originsro.org')
|
2020-08-11 00:04:53 +00:00
|
|
|
option('def_sqlite_db_name', type: 'string', value: 'originsro.db3')
|
2020-08-21 23:50:56 +00:00
|
|
|
option('tests', type: 'feature', value: 'enabled')
|
2020-08-22 00:30:04 +00:00
|
|
|
option('with_sqlite', type: 'feature', value: 'auto')
|
2020-08-29 15:42:34 +00:00
|
|
|
option('rest_lib', type: 'combo', choices: ['nap', 'restc-cpp'], value: 'nap')
|
2020-09-05 13:00:22 +00:00
|
|
|
option('with_lzma', type: 'feature', value: 'enabled')
|