Adoption commited on
Commit
de7fd4d
·
verified ·
1 Parent(s): 5a41a81

Update app.ini

Browse files
Files changed (1) hide show
  1. app.ini +6 -5
app.ini CHANGED
@@ -1,15 +1,16 @@
1
  [server]
2
- DOMAIN = huggingface.co
3
- ROOT_URL = https://huggingface.co/spaces/Adoption/gitea-server/
4
- HTTP_PORT = 7860
 
 
5
 
6
  [database]
7
  DB_TYPE = sqlite3
8
  PATH = /data/gitea/gitea.db
9
 
10
  [security]
11
- INSTALL_LOCK = true
12
- SECRET_KEY = superrandomstring
13
 
14
  [service]
15
  DISABLE_REGISTRATION = false
 
1
  [server]
2
+ DOMAIN = adoption-gitea-server.hf.space
3
+ ROOT_URL = https://adoption-gitea-server.hf.space/
4
+ HTTP_PORT = 3000
5
+ DISABLE_SSH = false
6
+ START_SSH_SERVER = true
7
 
8
  [database]
9
  DB_TYPE = sqlite3
10
  PATH = /data/gitea/gitea.db
11
 
12
  [security]
13
+ INSTALL_LOCK = false
 
14
 
15
  [service]
16
  DISABLE_REGISTRATION = false