Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
3c4d75f1
authored
Jun 30, 2014
by
Guba Sándor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
settings: added cloudstore app and store configuration
parent
5ac14b00
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
circle/circle/settings/base.py
+12
-0
No files found.
circle/circle/settings/base.py
View file @
3c4d75f1
...
...
@@ -271,6 +271,7 @@ LOCAL_APPS = (
'dashboard'
,
'manager'
,
'acl'
,
'cloudstore'
,
)
# See: https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps
...
...
@@ -443,3 +444,14 @@ if graphite_host and graphite_port:
GRAPHITE_URL
=
'http://
%
s:
%
s/render/'
%
(
graphite_host
,
graphite_port
)
else
:
GRAPHITE_URL
=
None
STORE_SETTINGS
=
{
"basic_auth"
:
"False"
,
"verify_ssl"
:
"False"
,
"ssl_auth"
:
"False"
,
"store_client_pass"
:
"IQu8Eice"
,
"store_client_user"
:
"admin"
,
"store_client_key"
:
"/opt/webadmin/cloud/client.key"
,
"store_client_cert"
:
"/opt/webadmin/cloud/client.crt"
,
"store_url"
:
"http://pc3.szgt.uni-miskolc.hu:14505"
,
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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