mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
11 lines
251 B
TOML
11 lines
251 B
TOML
|
[default]
|
||
|
extend-ignore-re = [
|
||
|
# Ignore development secret key. Production secret key should
|
||
|
# be in environment files and not checked into source control.
|
||
|
".*secret_key_base.*",
|
||
|
|
||
|
# Key constraints with encoded names
|
||
|
"fk_rails_[a-f0-9]+"
|
||
|
]
|
||
|
|