You've already forked AstralRinth
15 lines
747 B
Bash
15 lines
747 B
Bash
MODRINTH_URL=https://modrinth.com/
|
|
MODRINTH_API_BASE_URL=https://api.modrinth.com/
|
|
MODRINTH_ARCHON_BASE_URL=https://archon.modrinth.com/
|
|
MODRINTH_API_URL=https://api.modrinth.com/v2/
|
|
MODRINTH_API_URL_V3=https://api.modrinth.com/v3/
|
|
MODRINTH_SOCKET_URL=wss://api.modrinth.com/
|
|
MODRINTH_LAUNCHER_META_URL=https://launcher-meta.modrinth.com/
|
|
GIT_ASTRALIUM_URL=https://git.astralium.su/
|
|
GIT_ASTRALIUM_API_URL=https://git.astralium.su/api/v1/
|
|
|
|
# SQLite database file used by sqlx for type checking. Uncomment this to a valid path
|
|
# in your system and run `cargo sqlx database setup` to generate an empty database that
|
|
# can be used for developing the app DB schema
|
|
#DATABASE_URL=sqlite:///tmp/AstralRinth/code/packages/app-lib/.sqlx/generated/state.db
|