Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
File Transfer Service
fts-rest
Commits
051c618c
Commit
051c618c
authored
Jun 05, 2013
by
Martin Hellmich
Browse files
add example config file
parent
84611fe7
Changes
3
Hide whitespace changes
Inline
Side-by-side
dist/fts-rest.spec
View file @
051c618c
...
...
@@ -76,6 +76,7 @@ rm -rf %{buildroot}
%files cli
%{_bindir}/fts-rest-*
%config(noreplace) %{_sysconfdir}/fts3/fts3client.cfg
%changelog
* Thu Mar 21 2013 Alejandro Álvarez <aalvarez@cern.ch> - 0.0.1-1
...
...
src/cli/CMakeLists.txt
View file @
051c618c
...
...
@@ -7,3 +7,8 @@ install(PROGRAMS fts-rest-transfer-cancel
fts-rest-delegate
DESTINATION usr/bin
)
# Configuration file
install
(
FILES fts3client.cfg
DESTINATION etc/fts3
)
src/cli/fts3client.cfg
0 → 100644
View file @
051c618c
[Main]
endpoint: <endpoint>
ukey: <user_private_key>
ucert: <user_certificate>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment