summaryrefslogtreecommitdiffstats
path: root/docker/1.3/config_docker.json
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-02-09 15:59:16 -0500
committerChristopher Speller <crspeller@gmail.com>2016-02-09 15:59:16 -0500
commit55c3dd4f5c7954e390b84d3cb210d4b9860e96fb (patch)
tree8ccfad6ce8c75122f7fd827d1e52bde40452f017 /docker/1.3/config_docker.json
parente343e36c7096cf62d6d6a655ceb18187f68d1aed (diff)
downloadchat-55c3dd4f5c7954e390b84d3cb210d4b9860e96fb.tar.gz
chat-55c3dd4f5c7954e390b84d3cb210d4b9860e96fb.tar.bz2
chat-55c3dd4f5c7954e390b84d3cb210d4b9860e96fb.zip
Updating dockerfiles for 2.0
Diffstat (limited to 'docker/1.3/config_docker.json')
-rw-r--r--docker/1.3/config_docker.json94
1 files changed, 0 insertions, 94 deletions
diff --git a/docker/1.3/config_docker.json b/docker/1.3/config_docker.json
deleted file mode 100644
index a35abb9da..000000000
--- a/docker/1.3/config_docker.json
+++ /dev/null
@@ -1,94 +0,0 @@
-{
- "ServiceSettings": {
- "ListenAddress": ":80",
- "MaximumLoginAttempts": 10,
- "SegmentDeveloperKey": "",
- "GoogleDeveloperKey": "",
- "EnableOAuthServiceProvider": false,
- "EnableIncomingWebhooks": false,
- "EnableOutgoingWebhooks": false,
- "EnablePostUsernameOverride": false,
- "EnablePostIconOverride": false,
- "EnableTesting": false,
- "EnableSecurityFixAlert": true
- },
- "TeamSettings": {
- "SiteName": "Mattermost",
- "MaxUsersPerTeam": 50,
- "EnableTeamCreation": true,
- "EnableUserCreation": true,
- "RestrictCreationToDomains": "",
- "RestrictTeamNames": true,
- "EnableTeamListing": false
- },
- "SqlSettings": {
- "DriverName": "mysql",
- "DataSource": "mmuser:mostest@tcp(dockerhost:3306)/mattermost_test?charset=utf8mb4,utf8",
- "DataSourceReplicas": [],
- "MaxIdleConns": 10,
- "MaxOpenConns": 10,
- "Trace": false,
- "AtRestEncryptKey": "7rAh6iwQCkV4cA1Gsg3fgGOXJAQ43QVg"
- },
- "LogSettings": {
- "EnableConsole": false,
- "ConsoleLevel": "INFO",
- "EnableFile": true,
- "FileLevel": "INFO",
- "FileFormat": "",
- "FileLocation": ""
- },
- "FileSettings": {
- "DriverName": "local",
- "Directory": "/mattermost/data/",
- "EnablePublicLink": true,
- "PublicLinkSalt": "A705AklYF8MFDOfcwh3I488G8vtLlVip",
- "ThumbnailWidth": 120,
- "ThumbnailHeight": 100,
- "PreviewWidth": 1024,
- "PreviewHeight": 0,
- "ProfileWidth": 128,
- "ProfileHeight": 128,
- "InitialFont": "luximbi.ttf",
- "AmazonS3AccessKeyId": "",
- "AmazonS3SecretAccessKey": "",
- "AmazonS3Bucket": "",
- "AmazonS3Region": ""
- },
- "EmailSettings": {
- "EnableSignUpWithEmail": true,
- "SendEmailNotifications": false,
- "RequireEmailVerification": false,
- "FeedbackName": "",
- "FeedbackEmail": "",
- "SMTPUsername": "",
- "SMTPPassword": "",
- "SMTPServer": "",
- "SMTPPort": "",
- "ConnectionSecurity": "",
- "InviteSalt": "bjlSR4QqkXFBr7TP4oDzlfZmcNuH9YoS",
- "PasswordResetSalt": "vZ4DcKyVVRlKHHJpexcuXzojkE5PZ5eL",
- "SendPushNotifications": false,
- "PushNotificationServer": ""
- },
- "RateLimitSettings": {
- "EnableRateLimiter": true,
- "PerSec": 10,
- "MemoryStoreSize": 10000,
- "VaryByRemoteAddr": true,
- "VaryByHeader": ""
- },
- "PrivacySettings": {
- "ShowEmailAddress": true,
- "ShowFullName": true
- },
- "GitLabSettings": {
- "Enable": false,
- "Secret": "",
- "Id": "",
- "Scope": "",
- "AuthEndpoint": "",
- "TokenEndpoint": "",
- "UserApiEndpoint": ""
- }
-}