forked from dyoo/WeScheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwescheme.properties
24 lines (14 loc) · 982 Bytes
/
wescheme.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Production settings:
## WESCHEME_SERVER_BASE = http://www.wescheme.org
## Main server to depend on for server-side compilation:
## COMPILATION_SERVER_URL = http://balanced-wescheme-compilers-1567676416.us-west-2.elb.amazonaws.com/servlets/standalone.ss
## Round-robin compilation servers.
## COMPILATION_SERVERS = http://balanced-wescheme-compilers-1567676416.us-west-2.elb.amazonaws.com/rpc.html http://LoadBalancerEast-1672652775.us-east-1.elb.amazonaws.com/rpc.html
######################################################################
# # Test settings:
WESCHEME_SERVER_BASE = http://dyoo-test.appspot.com
## Main server to depend on for server-side compilation:
COMPILATION_SERVER_URL = http://ec2-54-245-196-198.us-west-2.compute.amazonaws.com/servlets/standalone.ss
## Round-robin compilation servers.
COMPILATION_SERVERS = http://ec2-54-245-196-198.us-west-2.compute.amazonaws.com/rpc.html
######################################################################