Added paths.json file that contain paths
This commit is contained in:
@@ -78,6 +78,7 @@ add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/oatpp)
|
|||||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/appsettings.json ${CMAKE_BINARY_DIR}/bin/appsettings.json COPYONLY)
|
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/appsettings.json ${CMAKE_BINARY_DIR}/bin/appsettings.json COPYONLY)
|
||||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/authcredentials.json ${CMAKE_BINARY_DIR}/bin/authcredentials.json COPYONLY)
|
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/authcredentials.json ${CMAKE_BINARY_DIR}/bin/authcredentials.json COPYONLY)
|
||||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/database.json ${CMAKE_BINARY_DIR}/bin/database.json COPYONLY)
|
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/database.json ${CMAKE_BINARY_DIR}/bin/database.json COPYONLY)
|
||||||
|
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/paths.json ${CMAKE_BINARY_DIR}/bin/paths.json COPYONLY)
|
||||||
|
|
||||||
add_executable(icarus ${SOURCES} ${HEADERS})
|
add_executable(icarus ${SOURCES} ${HEADERS})
|
||||||
target_include_directories(icarus PUBLIC ${JWT_CPP_INCLUDE})
|
target_include_directories(icarus PUBLIC ${JWT_CPP_INCLUDE})
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"Domain": "[domain].auth0.com",
|
"domain": "[domain].auth0.com",
|
||||||
"ApiIdentifier": "https://[identifier]/api",
|
"api_identifier": "https://[identifier]/api",
|
||||||
"ClientId": "dfdfdfdf",
|
"client_id": "dfdfdfdf",
|
||||||
"ClientSecret": "dfdfdfdf"
|
"client_secret": "dfdfdfdf"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"root_music_path": "/icarus/music/",
|
||||||
|
"temp_root_path": "/icarus/temp/",
|
||||||
|
"cover_root_path": "/icarus/cover/",
|
||||||
|
"archive_root_path": "icarus/archive/"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user