Thin now should stop
This commit is contained in:
parent
2f23387b3a
commit
d211d23637
2 changed files with 4 additions and 39 deletions
|
|
@ -7,9 +7,9 @@ max_conns: 1024
|
||||||
require: []
|
require: []
|
||||||
|
|
||||||
max_persistent_conns: 512
|
max_persistent_conns: 512
|
||||||
environment: development
|
environment: production
|
||||||
servers: 1
|
servers: 1
|
||||||
daemonize: true
|
daemonize: true
|
||||||
#chdir: /usr/applications/localhash/current
|
#chdir: /usr/applications/localhash/current
|
||||||
socket: /tmp/thin.sock
|
#socket: /tmp/thin.sock
|
||||||
|
port: 80
|
||||||
|
|
|
||||||
|
|
@ -48,42 +48,7 @@ def create(backer_number, password)
|
||||||
[1508,"Lyndon B.", "Johnson"],
|
[1508,"Lyndon B.", "Johnson"],
|
||||||
[5258,"Richard", "Nixon"]
|
[5258,"Richard", "Nixon"]
|
||||||
]
|
]
|
||||||
pin =[5072,
|
|
||||||
3742,
|
|
||||||
7782,
|
|
||||||
2691,
|
|
||||||
6133,
|
|
||||||
7558,
|
|
||||||
8670,
|
|
||||||
1559,
|
|
||||||
5404,
|
|
||||||
6431,
|
|
||||||
1957,
|
|
||||||
5323,
|
|
||||||
8784,
|
|
||||||
4267,
|
|
||||||
8891,
|
|
||||||
2324,
|
|
||||||
6948,
|
|
||||||
8176,
|
|
||||||
6928,
|
|
||||||
5677,
|
|
||||||
7966,
|
|
||||||
2893,
|
|
||||||
6828,
|
|
||||||
2982,
|
|
||||||
6756,
|
|
||||||
6658,
|
|
||||||
3551,
|
|
||||||
3088,
|
|
||||||
8379,
|
|
||||||
7493,
|
|
||||||
2759,
|
|
||||||
1029,
|
|
||||||
4013,
|
|
||||||
8507,
|
|
||||||
1508,
|
|
||||||
5258]
|
|
||||||
|
|
||||||
# Create seed user
|
# Create seed user
|
||||||
email = backer_info[backer_number][2].gsub(/ /,'').downcase
|
email = backer_info[backer_number][2].gsub(/ /,'').downcase
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue