This website requires JavaScript.
Explore
Help
Register
Sign In
lee
/
wanderer
Watch
1
Star
0
Fork
0
mirror of
https://github.com/wanderer-industries/wanderer
synced
2026-08-23 22:36:45 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
main
wanderer
/
config
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
Dmitry Popov
544467ab34
Merge pull request
#609
from Drewsif/fix-dev-container
...
Fix: Update containers to successfully run
2026-07-17 15:06:21 +02:00
..
config.exs
fix(core): potential memory leak fixes
2026-05-01 11:49:54 +02:00
dev.exs
Move the
DB_HOST
environment variable evaluation from compile-time configuration to runtime configuration for the development and test environments. The compile-time
dev
and
test
configurations now default the database hostname to
localhost
.
2026-06-02 08:40:10 -04:00
prod.exs
fix(core): fixed env errors
2025-11-28 01:27:26 +01:00
quality_gates.exs
refactor: add tests and ci gates for quality
2025-07-09 01:47:24 -04:00
runtime.exs
Move the
DB_HOST
environment variable evaluation from compile-time configuration to runtime configuration for the development and test environments. The compile-time
dev
and
test
configurations now default the database hostname to
localhost
.
2026-06-02 08:40:10 -04:00
test.exs
Move the
DB_HOST
environment variable evaluation from compile-time configuration to runtime configuration for the development and test environments. The compile-time
dev
and
test
configurations now default the database hostname to
localhost
.
2026-06-02 08:40:10 -04:00