Skip to content

Commit

Permalink
Put the systemd service test database file in an owned directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Oct 14, 2024
1 parent 4f30501 commit 347cc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/package/appsettings.GitHub.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Barebones config file used for testing service installs in GitHub actions
Database:
DatabaseType: Sqlite
ConnectionString: Data Source=/tgs.sqlite3;Mode=ReadWriteCreate
ConnectionString: Data Source=/home/tgstation-server/tgs.sqlite3;Mode=ReadWriteCreate
General:
ConfigVersion: 4.6.0
ApiPort: 5000
Expand Down

0 comments on commit 347cc5a

Please sign in to comment.