-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdev.json
More file actions
130 lines (130 loc) · 3.24 KB
/
dev.json
File metadata and controls
130 lines (130 loc) · 3.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
[
{
"pk": -1,
"model": "auth.user",
"fields": {
"username": "AnonymousUser",
"first_name": "",
"last_name": "",
"is_active": true,
"is_superuser": false,
"is_staff": false,
"last_login": "2014-02-16T13:13:47.539Z",
"groups": [],
"user_permissions": [],
"password": "",
"email": "",
"date_joined": "2014-02-16T13:13:47.539Z"
}
},
{
"pk": 1,
"model": "auth.user",
"fields": {
"username": "devuser",
"first_name": "",
"last_name": "",
"is_active": true,
"is_superuser": true,
"is_staff": true,
"last_login": "2014-01-27T23:30:25.062Z",
"groups": [],
"user_permissions": [],
"password": "pbkdf2_sha256$12000$sGISfpN866YM$+pWXpirYh4rSfa0XX9kxvH047GTycDa8U9axRLHuJhk=",
"email": "dev@dev.com",
"date_joined": "2014-01-27T22:23:49.793Z"
}
},
{
"pk": 1,
"model": "sites.site",
"fields": {
"domain": "deis-controller.local",
"name": "deis-controller.local"
}
},
{
"pk": "1ef7e631-79e9-40f5-9702-e2edeab2d066",
"model": "api.provider",
"fields": {
"updated": "2014-01-27T22:45:55.145Z",
"created": "2014-01-27T22:23:49.861Z",
"owner": [
"devuser"
],
"type": "vagrant",
"id": "vagrant",
"creds": "{}"
}
},
{
"pk": "74ae11e2-6080-4817-934b-826d85418ce8",
"model": "api.provider",
"fields": {
"updated": "2014-01-27T22:23:49.857Z",
"created": "2014-01-27T22:23:49.857Z",
"owner": [
"devuser"
],
"type": "static",
"id": "static",
"creds": "{}"
}
},
{
"pk": "4b65ecb5-3c05-4d9b-9efa-e6b8195099ce",
"model": "api.flavor",
"fields": {
"updated": "2014-01-27T22:23:52.079Z",
"created": "2014-01-27T22:23:52.078Z",
"params": "{\"memory\": \"512\"}",
"provider": "1ef7e631-79e9-40f5-9702-e2edeab2d066",
"owner": [
"devuser"
],
"id": "vagrant-512"
}
},
{
"pk": "e62447cb-c08d-4e79-b3a4-ad19e52ad616",
"model": "api.flavor",
"fields": {
"updated": "2014-01-27T22:23:52.092Z",
"created": "2014-01-27T22:23:52.092Z",
"params": "{\"memory\": \"2048\"}",
"provider": "1ef7e631-79e9-40f5-9702-e2edeab2d066",
"owner": [
"devuser"
],
"id": "vagrant-2048"
}
},
{
"pk": "ebddfd0f-9d16-42b7-9f74-ac9ba4479234",
"model": "api.flavor",
"fields": {
"updated": "2014-01-27T22:23:52.090Z",
"created": "2014-01-27T22:23:52.090Z",
"params": "{\"memory\": \"1024\"}",
"provider": "1ef7e631-79e9-40f5-9702-e2edeab2d066",
"owner": [
"devuser"
],
"id": "vagrant-1024"
}
},
{
"pk": "8b196fb8-5774-4512-b3cc-569af8894a6c",
"model": "api.formation",
"fields": {
"updated": "2014-01-27T23:32:51.173Z",
"created": "2014-01-27T23:32:02.148Z",
"domain": "deis-controller.local",
"owner": [
"devuser"
],
"nodes": "{}",
"id": "dev"
}
}
]