Changeset 1481
- Timestamp:
- 04/08/08 12:23:53 (8 months ago)
- Files:
-
- hive/trunk/worker_bee/conf/database.yml (modified) (1 diff)
- hive/trunk/worker_bee/conf/worker.yml (modified) (1 diff)
- hive/trunk/worker_bee/environment.rb (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hive/trunk/worker_bee/conf/database.yml
r1266 r1481 1 1 adapter: mysql 2 database: local_hive2 database: bee_test 3 3 username: root 4 4 password: hive/trunk/worker_bee/conf/worker.yml
r1382 r1481 1 1 # Hive settings 2 hive: "localhost" 3 port: 3000 4 access_key: "8c18a2d9f9a45cec82f7c1c98472bc658dc7b3df" 5 ssl: false 6 ping_url: "http://localhost:3000/bee/ping" 7 data_url: "http://localhost:3000/bee/data" 2 hive_url: "http://localhost:3000" 3 access_key: nil
