Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

calipso server server.port=3### does not change the port #100

Closed
dtan opened this issue Aug 12, 2011 · 2 comments
Closed

calipso server server.port=3### does not change the port #100

dtan opened this issue Aug 12, 2011 · 2 comments

Comments

@dtan
Copy link
Collaborator

dtan commented Aug 12, 2011

here is the output when trying to run the server via the calipso server command and using a different port:

$ calipso server server.PORT=3101
Launching calipso from: /calipso
Calipso directory: /.nvm/v0.4.9/lib/node_modules/calipso/bin/../

            _ _                    
  ___  __ _| (_)_ __  ___  ___     
 / __|/ _` | | | '_ \/ __|/ _ \  
| (__| (_| | | | |_) \__ \ (_) | 
 \___|\__,_|_|_| .__/|___/\___/ 
               |_|                 

db port: 27020
app.set('db-uri'):  mongodb://localhost/calipso-dev
12 Aug 13:06:03 - debug: Logging enabled: Console 
Calipso server listening on port: 3000
Calipso configured for development environment

Notice i put server.port=3101, but the output is listening to 3000

@cliftonc
Copy link
Owner

The help text is out of date, it is actually -port (or -p) now that it has
switched to optimist:

calipso server -p 2022
calipso server -port 2022

Or set the environment variable PORT (this should perhaps be NODE_PORT?).

Just committed quick update.

Clifton

On 12 August 2011 18:08, dtan <
reply@reply.github.com>wrote:

here is the output when trying to run the server via the calipso server
command and using a different port:

$ calipso server server.PORT=3101
Launching calipso from: /calipso
Calipso directory: /.nvm/v0.4.9/lib/node_modules/calipso/bin/../

           _ _
 ___  __ _| (_)_ __  ___  ___
/ __|/ _` | | | '_ \/ __|/ _ \

| (| (| | | | |) ** \ () |
|,|
|_| .
/|**/_/
|
|

db port: 27020
app.set('db-uri'): mongodb://localhost/calipso-dev
12 Aug 13:06:03 - debug: Logging enabled: Console
Calipso server listening on port: 3000
Calipso configured for development environment

Notice i put `server.port=3101

Reply to this email directly or view it on GitHub:
#100

cliftonc added a commit that referenced this issue Aug 12, 2011
@dtan
Copy link
Collaborator Author

dtan commented Aug 12, 2011

cool looks good now. thanks

@dtan dtan closed this as completed Aug 12, 2011
gajohnson added a commit to richtera/calipso that referenced this issue May 17, 2012
…. Make utils.escapeHtmlQuotes safer. Fix required fields in mail template schema. Add error handling for missing fields.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants