sys.config 858 B

1234567891011121314151617181920212223
  1. [
  2. {sync, [{sync_mode, nitrogen}]},
  3. {nsx_idgen, [{game_pool,5000000}]},
  4. {n2o, [{route,routes},{port,8443},{transition_port,8080}]},
  5. {face,[
  6. {http_address, "http://skyline.synrc.com"},
  7. {gplus_client_id, "146782506820.apps.googleusercontent.com"},
  8. {gplus_cookiepolicy, "http://synrc.com"}]},
  9. {kvs,
  10. [{pass_init_db,true},
  11. {nodes,[]},
  12. {dba, store_mnesia},
  13. {schema, [kvs_user, kvs_acl, kvs_feed, kvs_subscription,
  14. db_config, db_scoring, db_accounts, db_table, db_tournaments, db_game_log ]}]},
  15. {sasl, [
  16. {sasl_error_logger, {file, "log/sasl-error.log"}},
  17. {errlog_type, error},
  18. {error_logger_mf_dir, "log/sasl"}, % Log directory
  19. {error_logger_mf_maxbytes, 10485760}, % 10 MB max file size
  20. {error_logger_mf_maxfiles, 5} % 5 files max
  21. ]}
  22. ].