소스 검색

Merge branch '1860'

msmith-techempower 9 년 전
부모
커밋
304af9148a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      frameworks/Elixir/phoenix/config/prod.exs

+ 2 - 2
frameworks/Elixir/phoenix/config/prod.exs

@@ -11,7 +11,7 @@ config :hello, Hello.Repo,
   username: "benchmarkdbuser",
   username: "benchmarkdbuser",
   password: "benchmarkdbpass",
   password: "benchmarkdbpass",
   database: "hello_world",
   database: "hello_world",
-  hostname: "192.168.56.101",
+  hostname: "localhost",
   pool_size: 256
   pool_size: 256
 
 
 # ## SSL Support
 # ## SSL Support
@@ -28,7 +28,7 @@ config :hello, Hello.Repo,
 # Where those two env variables point to a file on
 # Where those two env variables point to a file on
 # disk for the key and cert.
 # disk for the key and cert.
 
 
-config :logger, level: :error
+config :logger, level: :info
 
 
 # ## Using releases
 # ## Using releases
 #
 #