49 'db_host': '127.0.0.1', |
49 'db_host': '127.0.0.1', |
50 'db_port': 5432, |
50 'db_port': 5432, |
51 'haystack_url' : 'http://localhost:9200', |
51 'haystack_url' : 'http://localhost:9200', |
52 'haystack_index' : 'aixweb', |
52 'haystack_index' : 'aixweb', |
53 'log_file' : '/var/log/ldt/aixweb.log', |
53 'log_file' : '/var/log/ldt/aixweb.log', |
54 'secret_key' : ''.join([choice('abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+)') for i in range(50)]), |
54 'secret_key' : ''.join([choice('abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+)') for i in range(50)]), |
|
55 'stream_url' : 'http://176.31.235.78/media', |
|
56 'stream_src_prefix' : '', |
|
57 'ffmpeg_path' : '', |
|
58 'google_analytics_code' : '', |
|
59 'email_use_tls' : 'False', |
|
60 'email_host' :'', |
|
61 'email_host_user' :'', |
|
62 'email_port': 0, |
|
63 'forbidden_stream_url': '', |
|
64 'audio_record_url': '', |
|
65 'asctime' : '%(asctime)s', |
|
66 'levelname' : '%(levelname)s', |
|
67 'message' : '%(message)s', |
|
68 'module' : '%(module)s' |
55 }, |
69 }, |
56 } |
70 } |
57 |
71 |