King_DuckZ
2a407294e1
Currently you can't disable it since sqlite is the only supported backend and you must have at least one enabled and available on the system. This will be needed for later.
4 lines
245 B
Meson
4 lines
245 B
Meson
option('base_url', type: 'string', value: 'https://api.originsro.org')
|
|
option('def_sqlite_db_name', type: 'string', value: 'originsro.db3')
|
|
option('tests', type: 'feature', value: 'enabled')
|
|
option('with_sqlite', type: 'feature', value: 'auto')
|