This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
apollo
mirror of
https://github.com/adrianshort/apollo.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Removed localhost as global default server
master
Adrian Short
12 years ago
parent
6ab6a80366
commit
95df244008
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
config/mongo.yml
+ 2
- 1
config/mongo.yml
View File
@@ -1,13 +1,14 @@
defaults: &defaults
host: 127.0.0.1
port: 27017
development:
<<: *defaults
host: 127.0.0.1
database: apollo_development
test:
<<: *defaults
host: 127.0.0.1
database: apollo_test
# set these environment variables on your prod server
Write
Preview
Loading…
Cancel
Save