Compare commits
No commits in common. "0d517df3ee62b0c4ab079192eb9c409cd56c1edd" and "5fa6632153af85acded5a5c72cac0c5d4f32cc91" have entirely different histories.
0d517df3ee
...
5fa6632153
|
@ -34,7 +34,8 @@ createscript: "/usr/share/eole/db/gitea/gen/00-create-gitea-db.sql"
|
||||||
%set cnt_prefix = %%getVar('container_path_reseau', '')
|
%set cnt_prefix = %%getVar('container_path_reseau', '')
|
||||||
pwd_files:
|
pwd_files:
|
||||||
- {file: '%%cnt_prefix/etc/gitea/conf/app.ini',
|
- {file: '%%cnt_prefix/etc/gitea/conf/app.ini',
|
||||||
pattern: 'PASSWD = `',
|
pattern: 'PASSWD = ',
|
||||||
end_pattern: '`',
|
end_pattern: '',
|
||||||
owner: 'root:gitservice',
|
owner: 'root:gitservice',
|
||||||
mod: '660' }
|
mod: '660' }
|
||||||
|
|
||||||
|
|
|
@ -70,7 +70,7 @@ HOST = %%{gitea_dbserver}:%%{gitea_dbport}
|
||||||
%end if
|
%end if
|
||||||
NAME = gitea
|
NAME = gitea
|
||||||
USER = gitea
|
USER = gitea
|
||||||
PASSWD = `gitea1234`
|
PASSWD = gitea1234
|
||||||
; For "postgres" only, either "disable", "require" or "verify-full"
|
; For "postgres" only, either "disable", "require" or "verify-full"
|
||||||
SSL_MODE = disable
|
SSL_MODE = disable
|
||||||
; For "sqlite3" only
|
; For "sqlite3" only
|
||||||
|
|
Loading…
Reference in New Issue