Skip to content

Commit

Permalink
config sync with server
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Dec 2, 2018
1 parent cc3563a commit 5a168aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/env/prod-local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ prod_local {
# --------------------
log {
level = "debug"
receiver = "file"
receiver = "console"
}

markdown {
Expand Down
4 changes: 2 additions & 2 deletions config/env/prod.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ prod {
# Adding SSL info to enable NGINX proxy pass in SSL mode
ssl {
enable = true
cert = "/etc/letsencrypt/live/aahframework.org/fullchain.pem"
key = "/etc/letsencrypt/live/aahframework.org/privkey.pem"
cert = "/home/aah/certs/fullchain.pem"
key = "/home/aah/certs/privkey.pem"
}
}

Expand Down
2 changes: 1 addition & 1 deletion go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aahframe.work v0.12.0 h1:BTDHD2qpqrtTre9G/uzARIEnKaopcjf879fIgB/YlH0=
aahframe.work v0.12.0 h1:qCc+PIno4Pe86tntFrEG0KqjRbDgX+E+eBQwhIPgXj0=
aahframe.work v0.12.0/go.mod h1:pJFDfvHExiQFl3P3o5cvuhvJVZUBMtlbQmxafVhnbL0=
aahframe.work/minify/html v0.1.0 h1:CHfM7EYj2AxWdr7I5GS8JaBKVx5WykkJWHKCI3ePkPs=
aahframe.work/minify/html v0.1.0/go.mod h1:Qn72AfHnTkoXB42rgBEX6AjGnOS65nuxDPxD8LKcUuQ=
Expand Down

0 comments on commit 5a168aa

Please sign in to comment.