Skip to content

Commit

Permalink
Move some server params to global config
Browse files Browse the repository at this point in the history
  • Loading branch information
suchow committed Aug 5, 2016
1 parent df21cac commit 87ad0b0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 41 deletions.
10 changes: 0 additions & 10 deletions examples/bartlett1932/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@ anonymize_data = false
database_size = standard-0

[Server Parameters]
host = 0.0.0.0
port = 5000
cutoff_time = 30
logfile = -
loglevel = 0
debug = true
login_username = examplename
login_pw = examplepassword
threads = 1
notification_url = None
dyno_type = standard-1x
num_dynos_web = 2
num_dynos_worker = 1
Expand Down
10 changes: 0 additions & 10 deletions examples/chatroom/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@ anonymize_data = false
database_size = hobby-dev

[Server Parameters]
host = 0.0.0.0
port = 5000
cutoff_time = 30
logfile = -
loglevel = 0
debug = true
login_username = examplename
login_pw = examplepassword
threads = 1
notification_url = None
dyno_type = free
num_dynos_web = 1
num_dynos_worker = 1
Expand Down
10 changes: 0 additions & 10 deletions examples/function-learning/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@ anonymize_data = true
database_size = standard-0

[Server Parameters]
host = 0.0.0.0
port = 5000
cutoff_time = 30
logfile = -
loglevel = 0
debug = true
login_username = examplename
login_pw = examplepassword
threads = 1
notification_url = None
dyno_type = standard-1x
num_dynos_web = 2
num_dynos_worker = 1
Expand Down
10 changes: 0 additions & 10 deletions examples/mcmcp/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,6 @@ anonymize_data = false
database_size = standard-0

[Server Parameters]
host = 0.0.0.0
port = 5000
cutoff_time = 30
logfile = -
loglevel = 0
debug = true
login_username = examplename
login_pw = examplepassword
threads = 1
notification_url = None
dyno_type = standard-1x
num_dynos_web = 2
num_dynos_worker = 1
Expand Down
2 changes: 1 addition & 1 deletion examples/rogers/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ loglevel = 0
debug = true
login_username = examplename
login_pw = examplepassword
threads = auto
threads = 1
notification_url = None
dyno_type = performance-m
num_dynos_web = 2
Expand Down
12 changes: 12 additions & 0 deletions wallace/config/.wallaceconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,15 @@ wallace_email_password = ???
experiment_code_version = 1.0
num_conds = 1
num_counters = 1

[Server Parameters]
host = 0.0.0.0
port = 5000
cutoff_time = 30
logfile = -
loglevel = 0
debug = true
login_username = examplename
login_pw = examplepassword
threads = 1
notification_url = None

0 comments on commit 87ad0b0

Please sign in to comment.