Skip to content
This repository was archived by the owner on Mar 4, 2019. It is now read-only.

Commit 602fe26

Browse files
committed
Changed default settings.
1 parent f1e881d commit 602fe26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

install/settings.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ git_branch='master'
44
bcl_git_branch='master'
55

66
### Domain of the website.
7-
domain='btr.example.org'
8-
bcl_domain='example.org'
7+
domain='btr-fr.example.org'
8+
bcl_domain='fr.example.org'
99

1010
### Drupal 'admin' password.
1111
admin_passwd='admin'
@@ -15,15 +15,15 @@ bcl_admin_passwd='admin'
1515
### of a GMAIL account. Give the full email
1616
### of the gmail account, and the password.
1717
gmail_account='[email protected]'
18-
gmail_passwd=
18+
gmail_passwd='gmailpassword'
1919

2020
### Translation languages supported by the B-Translator Server.
2121
### Do not remove 'fr', because sometimes French translations
2222
### are used instead of template files (when they are missing).
2323
languages='fr de it sq'
2424

2525
### Translation language of B-Translator Client.
26-
translation_lng='sq'
26+
translation_lng='fr'
2727

2828
### Mysql passwords. Leave it as 'random'
2929
### to generate a new one randomly

0 commit comments

Comments
 (0)