Skip to content

Commit

Permalink
Fix sql api protocol name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexFridman committed Apr 5, 2017
1 parent 62c5bc6 commit a489b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/app_config.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ defaults: &defaults
endpoint: '/api/v2/sql'
port: 443
public:
protocol: 'htts'
protocol: 'https'
domain: 'yourdomain.com'
endpoint: '/api/v2/sql'
port: 443
Expand Down

0 comments on commit a489b20

Please sign in to comment.