Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
saturn
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpha
saturn
Commits
f65d61a7
Commit
f65d61a7
authored
Nov 21, 2019
by
zhongshangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix deploy
parent
3b420df6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
app_conf.xml
deploy/prod/app_conf.xml
+1
-0
app_conf.xml
deploy/stage/app_conf.xml
+2
-0
app_conf.xml
deploy/test/app_conf.xml
+5
-3
No files found.
deploy/prod/app_conf.xml
View file @
f65d61a7
...
...
@@ -6,6 +6,7 @@
<config
name=
"service_list"
>
<element
value=
"saturn"
/>
</config>
<config
name=
"log_dir"
value=
"/data/log/saturn/app"
/>
<config
name=
"initializer_list"
>
<element
value=
"saturn.django_init"
/>
</config>
...
...
deploy/stage/app_conf.xml
View file @
f65d61a7
...
...
@@ -9,4 +9,5 @@
<config
name=
"initializer_list"
>
<element
value=
"saturn.django_init"
/>
</config>
<config
name=
"log_dir"
value=
"/data/log/saturn/app"
/>
</gm_rpcd_config>
\ No newline at end of file
deploy/test/app_conf.xml
View file @
f65d61a7
...
...
@@ -2,11 +2,12 @@
<gm_rpcd_config>
<info
config_name=
"app"
version=
"1.0"
/>
<config
name=
"sentry_dsn"
value=
"http://39f1236352c04a80826878f459ef1b05:333fbf94113c4879addaf656f233eb8e@sentry.igengmei.com/138"
/>
<config
name=
"application_name"
value=
"
earth
"
/>
<config
name=
"application_name"
value=
"
saturn
"
/>
<config
name=
"service_list"
>
<element
value=
"
earth
"
/>
<element
value=
"
saturn
"
/>
</config>
<config
name=
"initializer_list"
>
<element
value=
"
earth
.django_init"
/>
<element
value=
"
saturn
.django_init"
/>
</config>
<config
name=
"log_dir"
value=
"/data/log/saturn/app"
/>
</gm_rpcd_config>
\ No newline at end of file
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