https://www.jfrog.com/confluence/pages/viewpage.action?pageId=46107883
https://www.jfrog.com/confluence/display/RTF/Configuring+the+Database
For each of the supported databases you can find the corresponding properties file inside $ARTIFACTORY_HOME/misc/db.
Modes of Operation Artifactory supports two modes of operation:
- Metadata in the database and binaries stored on the file system (This is the default and recommended configuration).
- Metadata and binaries stored as BLOBs in the database
https://www.jfrog.com/confluence/display/RTF/MySQL
https://www.jfrog.com/confluence/display/RTF/PostgreSQL
https://www.jfrog.com/confluence/display/RTF/Configuring+the+Filestore
https://www.jfrog.com/confluence/display/RTF/Configuring+a+Reverse+Proxy
You can override the Custom URL Base by adding an X-Artifactory-Override-Base-Url HTTP header to your request. This can be useful if you need Artifactory to answer to more than one host name.
https://www.jfrog.com/confluence/display/RTF/Configuring+NGINX
Artifactory can be accessed using the following URL:
http://SERVER_DOMAIN:8081/artifactory
For example, if you are testing on your local machine you would use: http://localhost:8081/artifactory
https://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API