Skip to content

Commit

Permalink
Update config.moon
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Aug 19, 2016
1 parent cf06318 commit d5f8c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.moon
@@ -1,5 +1,5 @@
config = require "lapis.config"
import sql_password, session_secret, githook_secret from require "secret"
import sql_password, session_secret, github_secret from require "secret"

config {"production", "development"}, ->
session_name "guard13007com"
Expand All @@ -8,7 +8,7 @@ config {"production", "development"}, ->
host "127.0.0.1"
user "postgres"
password sql_password
githook_secret githook_secret --haha fixed! >:D
githook_secret github_secret
digest_rounds 9

config "production", ->
Expand Down

0 comments on commit d5f8c6d

Please sign in to comment.