mirror of
https://github.com/Relintai/wp_saver_rcpp_fw.git
synced 2024-11-18 09:07:21 +01:00
Cleaned up main. Also updated the engine.
This commit is contained in:
parent
4b53403aec
commit
0e5b1c3cd7
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,6 +10,8 @@ game/.prop_tool_temp/**
|
|||||||
.sconsign.dblite
|
.sconsign.dblite
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
settings.ini
|
||||||
|
|
||||||
www/**
|
www/**
|
||||||
data/**
|
data/**
|
||||||
export/**
|
export/**
|
||||||
|
2
HEADS
2
HEADS
@ -1 +1 @@
|
|||||||
{"engine": {"master": "000174f3c89174bf2d34a9f890c470daa7a1b998"}}
|
{"engine": {"master": "5f17d9067651b5bf04bbfa7e7bfdc7e8a761e25d"}}
|
12
settings.ini.example
Normal file
12
settings.ini.example
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
sites=test1,test2
|
||||||
|
save_original_data=true
|
||||||
|
original_data_backend=database
|
||||||
|
|
||||||
|
voxday.url=https://test1.net/
|
||||||
|
voxday.directory=test1
|
||||||
|
voxday.original_data_table=test1
|
||||||
|
|
||||||
|
voxday.url=https://test2.net/
|
||||||
|
voxday.directory=test2
|
||||||
|
voxday.original_data_table=test2
|
Loading…
Reference in New Issue
Block a user