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