dashboard
repositories
filestore
activity
search
login
main
/
backup
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
df
Alejandro Acuña
2024-09-16
f56295b7f2c7282783589fb4903529b09e161daa
[backup.git]
/
servers
/
transactions
/
28-08-2020
/
transactionsserver
/
src
/
art
/
servers
/
transactionsserver
/
configuration
/
ConfigurationVideoViewer.java
1
2
3
4
5
6
7
8
9
10
package art.servers.transactionsserver.configuration;
import com.fasterxml.jackson.annotation.JsonProperty;
public class ConfigurationVideoViewer
{
@JsonProperty("Default recording path")
public String defaultRecordingPath = "";
}